mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-17 23:01:53 +08:00
* config/obj-ieee.c: Remove duplicate prototypes.
* config/tc-h8300.c: Likewise.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
|
* config/obj-ieee.c: Remove duplicate prototypes.
|
||||||
|
* config/tc-h8300.c: Likewise.
|
||||||
|
|
||||||
2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
|
2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
* config/tc-h8300.c: Convert to ISO-C.
|
* config/tc-h8300.c: Convert to ISO-C.
|
||||||
|
@ -467,10 +467,6 @@ ok:
|
|||||||
input_line_pointer = p;
|
input_line_pointer = p;
|
||||||
}
|
}
|
||||||
|
|
||||||
void cons ();
|
|
||||||
void s_ignore ();
|
|
||||||
|
|
||||||
void s_globl ();
|
|
||||||
const pseudo_typeS obj_pseudo_table[] =
|
const pseudo_typeS obj_pseudo_table[] =
|
||||||
{
|
{
|
||||||
{"section", obj_ieee_section, 0},
|
{"section", obj_ieee_section, 0},
|
||||||
|
@ -43,7 +43,6 @@ const char comment_chars[] = ";";
|
|||||||
const char line_comment_chars[] = "#";
|
const char line_comment_chars[] = "#";
|
||||||
const char line_separator_chars[] = "";
|
const char line_separator_chars[] = "";
|
||||||
|
|
||||||
void cons (int);
|
|
||||||
void sbranch (int);
|
void sbranch (int);
|
||||||
void h8300hmode (int);
|
void h8300hmode (int);
|
||||||
void h8300smode (int);
|
void h8300smode (int);
|
||||||
|
Reference in New Issue
Block a user