dwarf2asm.c (dw2_asm_output_offset): Mark 'base' argument with ATTRIBUTE_UNUSED.
* dwarf2asm.c (dw2_asm_output_offset): Mark 'base' argument with ATTRIBUTE_UNUSED. From-SVN: r112171
This commit is contained in:
parent
6a03730827
commit
7925243518
@ -1,3 +1,8 @@
|
||||
2006-03-17 Steven Bosscher <stevenb.gcc@gmail.com>
|
||||
|
||||
* dwarf2asm.c (dw2_asm_output_offset): Mark 'base' argument
|
||||
with ATTRIBUTE_UNUSED.
|
||||
|
||||
2006-03-17 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* dwarf2out.c (dwarf2out_stack_adjust): Always track the stack
|
||||
|
@ -127,7 +127,8 @@ dw2_asm_output_delta (int size, const char *lab1, const char *lab2,
|
||||
this that we must use. */
|
||||
|
||||
void
|
||||
dw2_asm_output_offset (int size, const char *label, section * base,
|
||||
dw2_asm_output_offset (int size, const char *label,
|
||||
section *base ATTRIBUTE_UNUSED,
|
||||
const char *comment, ...)
|
||||
{
|
||||
va_list ap;
|
||||
|
Loading…
Reference in New Issue
Block a user