From: Ian Lance Taylor Date: Wed, 19 Feb 1997 21:33:00 +0000 (+0000) Subject: Based on patches from Eric Youngdale : X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd7feeb5cef908e778e9ccfee2086f4eca502b65;p=binutils-gdb.git Based on patches from Eric Youngdale : * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 21509747fe5..c996f60b096 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ Wed Feb 19 00:53:28 1997 Ian Lance Taylor + Based on patches from Eric Youngdale : + * 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.