* read.c (get_stab_string_offset): Make non-static. Make
authorIan Lance Taylor <ian@airs.com>
Mon, 20 Sep 1993 23:29:42 +0000 (23:29 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 20 Sep 1993 23:29:42 +0000 (23:29 +0000)
commit9bd0d6499c6f30e5a63661561e9860752d3c3b35
tree56a5677b94ada2b67c67748a986cf9e279652c01
parent36d541b1c75637ae7b5eabac2d1b5be83ad2ff8b
* read.c (get_stab_string_offset): Make non-static.  Make
arguments const.  Don't align strings to 4 byte boundaries.
* read.h: Declare get_stab_string_offset.
* config/obj-elf.c (obj_elf_section): Set SEC_ALLOC as well as
SEC_LOAD for progbits section.
(obj_elf_init_stab_section): New function.
(adjust_stab_sections): Add casts to avoid warnings.
* config/obj-elf.h (INIT_STAB_SECTION): Call
obj_elf_init_stab_section.
(OBJ_PROCESS_STAB): Removed definition.
gas/ChangeLog
gas/config/obj-elf.c