mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-30 13:23:50 +08:00
Mark parameters of elf_process_stab as ATTRIBUTE_UNUSED.
2010-11-15 H.J. Lu <hongjiu.lu@intel.com> * config/obj-elf.c (elf_process_stab): Mark parameters as ATTRIBUTE_UNUSED.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2010-11-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* config/obj-elf.c (elf_process_stab): Mark parameters as
|
||||||
|
ATTRIBUTE_UNUSED.
|
||||||
|
|
||||||
2010-11-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
2010-11-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
* config/obj-elf.c (elf_generate_asm_lineno): New function.
|
* config/obj-elf.c (elf_generate_asm_lineno): New function.
|
||||||
|
@ -2398,12 +2398,12 @@ elf_generate_asm_lineno (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
elf_process_stab (segT sec,
|
elf_process_stab (segT sec ATTRIBUTE_UNUSED,
|
||||||
int what,
|
int what ATTRIBUTE_UNUSED,
|
||||||
const char *string,
|
const char *string ATTRIBUTE_UNUSED,
|
||||||
int type,
|
int type ATTRIBUTE_UNUSED,
|
||||||
int other,
|
int other ATTRIBUTE_UNUSED,
|
||||||
int desc)
|
int desc ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
#ifdef NEED_ECOFF_DEBUG
|
#ifdef NEED_ECOFF_DEBUG
|
||||||
if (ECOFF_DEBUGGING)
|
if (ECOFF_DEBUGGING)
|
||||||
|
Reference in New Issue
Block a user