diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-02-19 21:33:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-02-19 21:33:00 +0000 |
commit | dd7feeb5cef908e778e9ccfee2086f4eca502b65 (patch) | |
tree | 316eb3cb55915b70f532e1f008cc7b3a4dac7b62 /gas | |
parent | 56c4200b350e60455865ade0d392cd56eb38e901 (diff) | |
download | gdb-dd7feeb5cef908e778e9ccfee2086f4eca502b65.zip gdb-dd7feeb5cef908e778e9ccfee2086f4eca502b65.tar.gz gdb-dd7feeb5cef908e778e9ccfee2086f4eca502b65.tar.bz2 |
Based on patches from Eric Youngdale <eric@andante.jic.com>:
* config/obj-elf.c (elf_pseudo_table): Add "symver".
(obj_elf_symver): New static function.
* config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy the st_other
field.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2150974..c996f60 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ Wed Feb 19 00:53:28 1997 Ian Lance Taylor <ian@cygnus.com> + Based on patches from Eric Youngdale <eric@andante.jic.com>: + * config/obj-elf.c (elf_pseudo_table): Add "symver". + (obj_elf_symver): New static function. + * config/obj-elf.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Copy the st_other + field. + + * write.c (relax_segment): Make type and printf format agree. + * read.c (get_line_sb): Don't end the line on a semicolon inside a string. |