From 7c78a51fccdb5de361b0cbba70706d0fcdb0b204 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Sat, 29 Jun 2002 15:52:31 +0000 Subject: [PATCH] * config/tc-m68hc11.h (m68hc11_listing_header): Fix warning. --- gas/ChangeLog | 4 ++++ gas/config/tc-m68hc11.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 2abcb5311d..42a98651a0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2002-06-29 Stephane Carrez + * config/tc-m68hc11.h (m68hc11_listing_header): Fix warning. + +2002-06-29 Stephane Carrez + * 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 a1300098c6..08cae51141 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) -- 2.11.0