diff options
-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. |