diff options
| author | Jose E. Marchesi <[email protected]> | 2016-08-24 06:47:57 -0700 |
|---|---|---|
| committer | Jose E. Marchesi <[email protected]> | 2016-08-24 06:47:57 -0700 |
| commit | b944b65f55869d47f986f035211e088ee0d2a7b7 (patch) | |
| tree | 090301c51452c56a685dec092e78704e708af120 /backends/ChangeLog | |
| parent | b584da5ae7259d4923eb3f993de87cf55bef71b8 (diff) | |
sparc: fix the printing of hw capabilities object attributes.
The GNU_Sparc_HWCAPS and GNU_Sparc_HWCAPS2 object attributes comprise
a set of hardware capabilities that may (or not) be present in the
target machine for which the object was compiled. This patch adds the
support for printing a nicely formatted comma-separated list with the
selected hw capabilities.
Signed-off-by: Jose E. Marchesi <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
| -rw-r--r-- | backends/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index af32d8f9..53d29081 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,9 @@ +2016-08-09 Jose E. Marchesi <[email protected]> + + * sparc_attrs.c (sparc_check_object_attribute): Fix the + calculation of GNU_SParc_HWCAPS and GNU_SParc_HWCAPS2 values as + comma-separated list of hw capability names. + 2016-07-10 Andreas Schwab <[email protected]> * m68k_corenote.c (ALIGN_PRSTATUS): Define. @@ -13,7 +19,6 @@ * common-reloc.c (copy_reloc_p): Honor NO_COPY_RELOC. (init_reloc): Likewise. - 2016-05-20 Andreas Schwab <[email protected]> * Makefile.am (modules): Add m68k. |
