OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* dwarf2asm.c (dw2_asm_output_offset): Mark 'base' argument
[pf3gnuchains/gcc-fork.git]
/
gcc
/
dwarf2asm.c
diff --git
a/gcc/dwarf2asm.c
b/gcc/dwarf2asm.c
index
70854f5
..
255daf0
100644
(file)
--- a/
gcc/dwarf2asm.c
+++ b/
gcc/dwarf2asm.c
@@
-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;