diff options
author | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2017-07-04 13:43:33 +0100 |
---|---|---|
committer | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2017-07-04 13:44:16 +0100 |
commit | b65df329c2286197e02c3755f238af7af75a94f4 (patch) | |
tree | b7d080ecb754b09ec81447d0308f8e1e7818039f | |
parent | 6bf7691309d5f0425d725c1e2d4c05d16a103ba5 (diff) | |
download | gdb-b65df329c2286197e02c3755f238af7af75a94f4.zip gdb-b65df329c2286197e02c3755f238af7af75a94f4.tar.gz gdb-b65df329c2286197e02c3755f238af7af75a94f4.tar.bz2 |
Fix ChangeLog entry
Backport of 046734ff424bc5a4c1b6a69630d5bb31aa67165c in
01106f569a3acb935447a2a7b3ee7f6866c7ea6c added the ld ChangeLog entry
to the gas ChangeLog file. This commit fixes it.
-rw-r--r-- | gas/ChangeLog | 10 | ||||
-rw-r--r-- | ld/ChangeLog | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 93f7c63..046883f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -11,16 +11,6 @@ * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.d: Update expected disassembly. -2017-06-20 Thomas Preud'homme <thomas.preudhomme@arm.com> - - Backport from mainline - 2017-05-08 Thomas Preud'homme <thomas.preudhomme@arm.com> - - * testsuite/ld-arm/arm-elf.exp - (Secure gateway import library generation): Check e_type field - of import library and executable produced. - * testsuite/ld-arm/cmse-implib.type: Expectations for e_type field. - 2017-06-05 Alan Modra <amodra@gmail.com> Apply from master diff --git a/ld/ChangeLog b/ld/ChangeLog index 5a9544e..8458f13 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2017-06-20 Thomas Preud'homme <thomas.preudhomme@arm.com> + + Backport from mainline + 2017-05-08 Thomas Preud'homme <thomas.preudhomme@arm.com> + + * testsuite/ld-arm/arm-elf.exp + (Secure gateway import library generation): Check e_type field + of import library and executable produced. + * testsuite/ld-arm/cmse-implib.type: Expectations for e_type field. + 2017-06-02 H.J. Lu <hongjiu.lu@intel.com> * emulparams/call_nop.sh: Remove -z prefix-nop. |