Commit 79252435 by Steven Bosscher Committed by Steven Bosscher

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
parent 6a037308
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment