diff options
Diffstat (limited to 'gas/config/obj-elf.c')
-rw-r--r-- | gas/config/obj-elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index 0948702..4bd4514 100644 --- a/gas/config/obj-elf.c +++ b/gas/config/obj-elf.c @@ -855,7 +855,7 @@ obj_elf_section_word (char *str, size_t len, int *type) } /* Get name of section. */ -static char * +char * obj_elf_section_name (void) { char *name; |