From 448373fbff82b85a9504144a5e9f5c1aa66d2429 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Tue, 17 Sep 2002 07:38:14 +0000 Subject: [PATCH] * config/obj-elf.c (obj_elf_change_section): Move prototype to obj-elf.h * config/obj-elf.h (obj_elf_change_section): Likewise. --- gas/ChangeLog | 6 ++++++ gas/config/obj-elf.c | 2 -- gas/config/obj-elf.h | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 0fe4cc49ff..41ca0c34d0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2002-09-17 Thiemo Seufer + + * 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 * dwarf2dbg.c (out_debug_abbrev): Add support for the DW_AT_name field. diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index 736a5d4848..799e44fdc3 100644 --- a/gas/config/obj-elf.c +++ b/gas/config/obj-elf.c @@ -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)); diff --git a/gas/config/obj-elf.h b/gas/config/obj-elf.h index d59bbfe86b..0fa2ba6093 100644 --- a/gas/config/obj-elf.h +++ b/gas/config/obj-elf.h @@ -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)); -- 2.11.0