* 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 df86a249010bb50b93da882919f97e4aad25f337..2ff7ad98bf6f47c36a88abb9c9c8d6a7b05ac9df 100644 (file)
@@ -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>
 
        * config/tc-h8300.c: Convert to ISO-C.
index 6fb301b6fd81eb2ba590cb29e7410cd6e7f3e1f8..02f43393d6882304669ab9b8da8cbdfc1937359c 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 5591d6a9d0582bb5011527cc803114972e422163..359e3481384783ed3755a7edd3508dbfb341685a 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);