* config/obj-ieee.c: Remove duplicate prototypes.
authorKazu Hirata <kazu@codesourcery.com>
Thu, 20 Nov 2003 04:12:19 +0000 (04:12 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Thu, 20 Nov 2003 04:12:19 +0000 (04:12 +0000)
* config/tc-h8300.c: Likewise.

gas/ChangeLog
gas/config/obj-ieee.c
gas/config/tc-h8300.c

index df86a24..2ff7ad9 100644 (file)
@@ -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.
 
index 6fb301b..02f4339 100644 (file)
@@ -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},
index 5591d6a..359e348 100644 (file)
@@ -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);