mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* config/obj-elf.c (obj_elf_change_section): Move prototype to
obj-elf.h * config/obj-elf.h (obj_elf_change_section): Likewise.
This commit is contained in:
parent
bb279dc026
commit
e8cf2216ef
@ -1,3 +1,9 @@
|
||||
2002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* config/obj-elf.c (obj_elf_change_section): Move prototype to
|
||||
obj-elf.h
|
||||
* config/obj-elf.h (obj_elf_change_section): Likewise.
|
||||
|
||||
2002-09-16 Elias Athanasopoulos <eathan@otenet.gr>
|
||||
|
||||
* dwarf2dbg.c (out_debug_abbrev): Add support for the DW_AT_name field.
|
||||
|
@ -77,8 +77,6 @@ static void obj_elf_ident PARAMS ((int));
|
||||
static void obj_elf_weak PARAMS ((int));
|
||||
static void obj_elf_local PARAMS ((int));
|
||||
static void obj_elf_visibility PARAMS ((int));
|
||||
void obj_elf_change_section
|
||||
PARAMS ((const char *, int, int, int, const char *, int, int));
|
||||
static int obj_elf_parse_section_letters PARAMS ((char *, size_t));
|
||||
static int obj_elf_section_word PARAMS ((char *, size_t));
|
||||
static char *obj_elf_section_name PARAMS ((void));
|
||||
|
@ -162,6 +162,8 @@ extern void obj_elf_version PARAMS ((int));
|
||||
extern void obj_elf_common PARAMS ((int));
|
||||
extern void obj_elf_data PARAMS ((int));
|
||||
extern void obj_elf_text PARAMS ((int));
|
||||
extern void obj_elf_change_section
|
||||
PARAMS ((const char *, int, int, int, const char *, int, int));
|
||||
extern struct fix *obj_elf_vtable_inherit PARAMS ((int));
|
||||
extern struct fix *obj_elf_vtable_entry PARAMS ((int));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user