summaryrefslogtreecommitdiff
path: root/gcc/config/arm/aout.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-05-24 16:28:30 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-05-24 16:28:30 +0000
commit76daed621d6c079285dd0fb892d7e12891a229f7 (patch)
treec0b5fe068402f4b2e1325f0635de8112317efe51 /gcc/config/arm/aout.h
parentf9109f751f75be3788c94c7cbf7e63e483384887 (diff)
downloadgcc-76daed621d6c079285dd0fb892d7e12891a229f7.tar.gz
* varasm.c (asm_output_bss): New argument DECL.
Use ASM_DECLARE_OBJECT_NAME if defined. (asm_output_aligned_bss): Likewise. (assemble_variable): Pass DECL to ASM_OUTPUT{,_ALIGNED}_BSS. * arm/aout.h (ASM_OUTPUT_ALIGNED_BSS): Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12088 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/aout.h')
-rw-r--r--gcc/config/arm/aout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h
index 4ed9f432491..109bb9a8120 100644
--- a/gcc/config/arm/aout.h
+++ b/gcc/config/arm/aout.h
@@ -245,8 +245,8 @@ do { char dstr[30]; \
output_lcomm_directive (STREAM, NAME, SIZE, ALIGN)
/* Output a zero-initialized block. */
-#define ASM_OUTPUT_ALIGNED_BSS(STREAM,NAME,SIZE,ALIGN) \
- asm_output_aligned_bss(STREAM, NAME, SIZE, ALIGN)
+#define ASM_OUTPUT_ALIGNED_BSS(STREAM,DECL,NAME,SIZE,ALIGN) \
+ asm_output_aligned_bss(STREAM, DECL, NAME, SIZE, ALIGN)
/* Output a source line for the debugger. */
/* #define ASM_OUTPUT_SOURCE_LINE(STREAM,LINE) */