diff options
author | merrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-04-30 18:13:30 +0000 |
---|---|---|
committer | merrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-04-30 18:13:30 +0000 |
commit | 9b6402f5b307410a8dacddae4dc980bfac24afc7 (patch) | |
tree | 08953da2d888b7041436e28ef4a8fa401e61163b /gcc/config/h8300/h8300.h | |
parent | 865ff07f1e5e1190dbdb1b1a15a30e0665c0e7ce (diff) | |
download | ppe42-gcc-9b6402f5b307410a8dacddae4dc980bfac24afc7.tar.gz ppe42-gcc-9b6402f5b307410a8dacddae4dc980bfac24afc7.zip |
x
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13994 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300/h8300.h')
-rw-r--r-- | gcc/config/h8300/h8300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index 8e42f47f5a7..60a05324570 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -1182,7 +1182,7 @@ readonly_data() \ NULL_TREE. Some target formats do not support arbitrary sections. Do not define this macro in such cases. */ -#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME) \ +#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME, RELOC) \ fprintf (FILE, "\t.section %s\n", NAME) /* This is how to output the definition of a user-level label named NAME, |