From: Ken Raeburn Date: Mon, 19 Jul 1993 20:05:41 +0000 (+0000) Subject: various changes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=623d6e9ab8911cba52c5501d603d1d9c182b3fe7;p=binutils-gdb.git various changes --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 765ea777213..8116719ad9a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,29 @@ +Mon Jul 19 15:21:20 1993 Ken Raeburn (raeburn@rtl.cygnus.com) + + * config/obj-elf.c (obj_elf_previous): New function. + (previous_section, previous_subsection): New vars. + (obj_elf_section): Save current place in case DWARF code wants us + to pop back to it. Handle unquoted section name as well as quoted + section name. Don't crash on invalid strings. + (obj_pseudo_table): Handle new pseudos "previous", "2byte", and + "4byte". + + * config/obj-elf.h: Don't include struc-symbol.h. + (obj_elf_frob_symbol): Declare arg as struct symbol *. + + * tc-sparc.h (LOCAL_LABEL) [OBJ_ELF]: Local labels can start with + "L" or "_.L_". + + * write.c (write_relocs): New function, split off from + write_contents. Use memset instead of bzero. + (write_object_file): Apply write_relocs to each section before + applying write_contents. + + * read.c (read_begin): Call obstack_begin with values closer to 1K + multiples. + (read_a_source_file, big_cons, float_cons): Use memcpy instead of + bcopy. + Mon Jul 19 14:30:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * config/tc-m68k.c (m68k_ip_op): Don't decrement strend when