diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-18 00:31:54 +0200 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-18 00:31:54 +0200 |
| commit | 268a53de823a6750d6256ee1fb1e7707b4b45740 (patch) | |
| tree | 42c1799a9a82b2f7d9790ee9fe181d72a7274751 /support/sdbinutils/binutils/ChangeLog | |
| download | sdcc-gas-268a53de823a6750d6256ee1fb1e7707b4b45740.tar.gz | |
sdcc-3.9.0 fork implementing GNU assembler syntax
This fork aims to provide better support for stm8-binutils
Diffstat (limited to 'support/sdbinutils/binutils/ChangeLog')
| -rw-r--r-- | support/sdbinutils/binutils/ChangeLog | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/support/sdbinutils/binutils/ChangeLog b/support/sdbinutils/binutils/ChangeLog new file mode 100644 index 0000000..03f4fd3 --- /dev/null +++ b/support/sdbinutils/binutils/ChangeLog @@ -0,0 +1,118 @@ +2018-01-27 Nick Clifton <nickc@redhat.com> + + This is the 2.30 release: + + * configure: Regenerate. + +2018-01-23 Nick Clifton <nickc@redhat.com> + + * configure: Regenerate. + +2018-01-22 Maciej W. Rozycki <macro@mips.com> + + * doc/binutils.texi (objcopy): Fix a typo in `--rename-section' + option description. + +2018-01-22 Maciej W. Rozycki <macro@mips.com> + + * MAINTAINERS: Update my company e-mail address. + +2018-01-22 Nick Clifton <nickc@redhat.com> + + * po/sv.po: Updated Swedish translation. + +2018-01-18 Nick Clifton <nickc@redhat.com> + + * po/bg.po: Updated Bulgarian translation. + +2018-01-16 Nick Clifton <nickc@redhat.com> + + * po/fr.po: Updated French translation. + +2018-01-15 Nick Clifton <nickc@redhat.com> + + * po/uk.po: Updated Ukranian translation. + +2018-01-13 Nick Clifton <nickc@redhat.com> + + * po/binutils.pot: Regenerate. + * configure: Regenerate. + +2018-01-13 Nick Clifton <nickc@redhat.com> + + 2.30 branch created. + * NEWS: Add marker for 2.30. + +2018-01-12 Nick Clifton <nickc@redhat.com> + + * README-how-to-make-a-release: Add notes on how to make the + branch and prelease snapshot. + * BRANCHES: Add binutils-2_29-branch. + +2018-01-10 Nick Clifton <nickc@redhat.com> + + * MAINTAINERS: Note that it is now the configure.ac file and not + the configure.in file that needs to be kept in sync with gcc. + Add a note about sending patches for libiberty to gcc. + +2018-01-03 Nick Clifton <nickc@redhat.com> + + * objcopy.c (merge_gnu_build_notes): Add cast to maximum address + constants. + +2018-01-03 Nick Clifton <nickc@redhat.com> + + * objcopy.c (objcopy_internal_note): New structure. + (gap_exists): New function. + (is_open_note): New function. + (is_func_note): New function. + (is_64bit): New function. + (merge_gnu_build_notes): Handle v3 notes. Do not merge + if there are relocations against the notes. + * readelf.c (get_note_type): Use short names for build attribute + notes. + (print_symbol_for_build_attribute): Rename to + get_symbol_for_build_attribute. Returns the found symbol rather + than printing it. + (print_gnu_build_attribute_description): Maintain address ranges + for function notes as well as global notes. Handle v3 notes. + (print_gnu_build_attribute_name): Use more space for printing the + name in wide mode. + * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word. + Eliminate symbol references in order to remove the need for + relocations. + * testsuite/binutils-all/note-2-64.s: Likewise. + * testsuite/binutils-all/note-3-32.s: Add a size to the note_1 + symbol. + * testsuite/binutils-all/note-3-64.s: Likewise. + * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected + output. + * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise. + * testsuite/binutils-all/mips/mips-note-2r.d: Likewise. + * testsuite/binutils-all/note-2-32.d: Likewise. + * testsuite/binutils-all/note-2-64.d: Likewise. + * testsuite/binutils-all/note-3-32.d: Likewise. + * testsuite/binutils-all/note-3-64.d: Likewise. + * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes. + * testsuite/binutils-all/note-4-32.s: New test. + * testsuite/binutils-all/note-4-64.d: New test result file. + * testsuite/binutils-all/note-4-32.d: New test result file. + +2018-01-03 Alan Modra <amodra@gmail.com> + + Update year range in copyright notice of all files. + +For older changes see ChangeLog-2017 + +Copyright (C) 2018 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. + +Local Variables: +mode: change-log +left-margin: 8 +fill-column: 74 +version-control: never +End: |
