aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2002-06-29 15:52:31 +0000
committerStephane Carrez <stcarrez@nerim.fr>2002-06-29 15:52:31 +0000
commit2916066e22319c48d1598654ed0f769ea6f1e71c (patch)
treed96c1b99706bf9ef558e1bd2007cc78d6a6763a4 /gas
parenta66c0f2c3bfeebc33e3beefc6eb9249fd3a3b486 (diff)
downloadgdb-2916066e22319c48d1598654ed0f769ea6f1e71c.zip
gdb-2916066e22319c48d1598654ed0f769ea6f1e71c.tar.gz
gdb-2916066e22319c48d1598654ed0f769ea6f1e71c.tar.bz2
* config/tc-m68hc11.h (m68hc11_listing_header): Fix warning.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-m68hc11.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2abcb53..42a9865 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
+ * config/tc-m68hc11.h (m68hc11_listing_header): Fix warning.
+
+2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
+
* config/tc-m68hc11.h (ELF_TC_SPECIAL_SECTIONS): New sections
.softregs and .eeprom.
diff --git a/gas/config/tc-m68hc11.h b/gas/config/tc-m68hc11.h
index a130009..08cae51 100644
--- a/gas/config/tc-m68hc11.h
+++ b/gas/config/tc-m68hc11.h
@@ -70,7 +70,7 @@ extern const char *m68hc11_arch_format PARAMS ((void));
#define LISTING_LHS_WIDTH_SECOND 4 /* One word on the second line */
#define LISTING_LHS_CONT_LINES 4 /* And 4 lines max */
#define LISTING_HEADER m68hc11_listing_header ()
-extern const char *m68hc11_listing_header PARAMS (());
+extern const char *m68hc11_listing_header PARAMS ((void));
/* call md_pcrel_from_section, not md_pcrel_from */
#define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section(FIXP, SEC)