mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* config/tc-m68hc11.h (m68hc11_listing_header): Fix warning.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
|
||||||
|
|
||||||
* config/tc-m68hc11.h (ELF_TC_SPECIAL_SECTIONS): New sections
|
* config/tc-m68hc11.h (ELF_TC_SPECIAL_SECTIONS): New sections
|
||||||
|
@ -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_WIDTH_SECOND 4 /* One word on the second line */
|
||||||
#define LISTING_LHS_CONT_LINES 4 /* And 4 lines max */
|
#define LISTING_LHS_CONT_LINES 4 /* And 4 lines max */
|
||||||
#define LISTING_HEADER m68hc11_listing_header ()
|
#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 */
|
/* call md_pcrel_from_section, not md_pcrel_from */
|
||||||
#define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section(FIXP, SEC)
|
#define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section(FIXP, SEC)
|
||||||
|
Reference in New Issue
Block a user