diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-20 04:12:19 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-20 04:12:19 +0000 |
commit | d492b58e48143f12c0cc4262f1112316db42805d (patch) | |
tree | cbd74ec53ce57ed8fcb4c144f0ac859d4f8dc246 | |
parent | b54a33920b91f914a79857c28cf6577216b0714e (diff) | |
download | fsf-binutils-gdb-d492b58e48143f12c0cc4262f1112316db42805d.zip fsf-binutils-gdb-d492b58e48143f12c0cc4262f1112316db42805d.tar.gz fsf-binutils-gdb-d492b58e48143f12c0cc4262f1112316db42805d.tar.bz2 |
* config/obj-ieee.c: Remove duplicate prototypes.
* config/tc-h8300.c: Likewise.
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/obj-ieee.c | 4 | ||||
-rw-r--r-- | gas/config/tc-h8300.c | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index df86a24..2ff7ad9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 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> + * config/tc-h8300.c: Convert to ISO-C. * config/tc-h8300.h: Likewise. diff --git a/gas/config/obj-ieee.c b/gas/config/obj-ieee.c index 6fb301b..02f4339 100644 --- a/gas/config/obj-ieee.c +++ b/gas/config/obj-ieee.c @@ -467,10 +467,6 @@ ok: input_line_pointer = p; } -void cons (); -void s_ignore (); - -void s_globl (); const pseudo_typeS obj_pseudo_table[] = { {"section", obj_ieee_section, 0}, diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c index 5591d6a..359e348 100644 --- a/gas/config/tc-h8300.c +++ b/gas/config/tc-h8300.c @@ -43,7 +43,6 @@ const char comment_chars[] = ";"; const char line_comment_chars[] = "#"; const char line_separator_chars[] = ""; -void cons (int); void sbranch (int); void h8300hmode (int); void h8300smode (int); |