diff options
author | Alan Modra <amodra@gmail.com> | 2001-11-13 03:24:25 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-11-13 03:24:25 +0000 |
commit | e4afe7429548beac154bb41d8f553d614a222d17 (patch) | |
tree | 70be4b615c00d91a94c8a6433eb0517631f1805c /gas/ChangeLog | |
parent | 0cb2e7c50f6723f6ad9a492425a4826a963b36ba (diff) | |
download | gdb-e4afe7429548beac154bb41d8f553d614a222d17.zip gdb-e4afe7429548beac154bb41d8f553d614a222d17.tar.gz gdb-e4afe7429548beac154bb41d8f553d614a222d17.tar.bz2 |
* config/obj-elf.c (obj_elf_version): Ensure terminating NUL is
put in note section. Use sizeof instead of hard-coded constants.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d8d8908..fe13be3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-11-13 Alan Modra <amodra@bigpond.net.au> + + * config/obj-elf.c (obj_elf_version): Ensure terminating NUL is + put in note section. Use sizeof instead of hard-coded constants. + 2001-11-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * config/tc-mips.c (support_64bit_objects): Define for OBJ_ELF only. @@ -50,7 +55,7 @@ * config/tc-avr.c (mcu_types): Update for new devices. -2001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr> +2001-11-09 Stephane Carrez <Stephane.Carrez@worldnet.fr> * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the page man title. |