From: Kazu Hirata Date: Thu, 20 Nov 2003 04:12:19 +0000 (+0000) Subject: * config/obj-ieee.c: Remove duplicate prototypes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d492b58e48143f12c0cc4262f1112316db42805d;p=binutils-gdb.git * config/obj-ieee.c: Remove duplicate prototypes. * config/tc-h8300.c: Likewise. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index df86a249010..2ff7ad98bf6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2003-11-19 Kazu Hirata + + * config/obj-ieee.c: Remove duplicate prototypes. + * config/tc-h8300.c: Likewise. + 2003-11-19 Kazu Hirata * config/tc-h8300.c: Convert to ISO-C. diff --git a/gas/config/obj-ieee.c b/gas/config/obj-ieee.c index 6fb301b6fd8..02f43393d68 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 5591d6a9d05..359e3481384 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);