* obj-elf.c (obj_elf_stab_generic, in disabled code): If
authorKen Raeburn <raeburn@cygnus>
Wed, 4 Aug 1993 23:10:43 +0000 (23:10 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 4 Aug 1993 23:10:43 +0000 (23:10 +0000)
commit693b21e75a621f780102727dd8a4073877b1c9e6
tree791ec9495f8d44268d26757db5d37b7f039799e9
parent7389debf1cce959d9b36469d9cbff11e0f29587a
* obj-elf.c (obj_elf_stab_generic, in disabled code): If
debug section is new, allocate an extra 12 bytes at its start.  If
".stabs" type is N_SO, fill in filename symbol field of that first
entry.  Return early if "goof", to simplify later code slightly.
(adjust_stab_sections): New function.
(elf_frob_file): Apply adjust_stab_sections to each section.

* obj-elf.c (obj_elf_section, obj_elf_previous): No longer static.
* obj-elf.h (obj_elf_section, obj_elf_previous): Declare.
* tc-sparc.c (md_pseudo_table): Call them for "pushsection"
and "popsection", and call cons for "uaword" and "uahalf".

* obj-elf.c (obj_elf_version): Use English in error messages.

* tc-sparc.c (md_apply_fix, case BFD_RELOC_64): New case,
parallel to BFD_RELOC_32.
(tc_gen_reloc): Accept BFD_RELOC_64.
gas/config/obj-elf.c
gas/config/tc-sparc.c
This page took 0.026452 seconds and 4 git commands to generate.