From d492b58e48143f12c0cc4262f1112316db42805d Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 20 Nov 2003 04:12:19 +0000 Subject: [PATCH] * config/obj-ieee.c: Remove duplicate prototypes. * config/tc-h8300.c: Likewise. --- gas/ChangeLog | 5 +++++ gas/config/obj-ieee.c | 4 ---- gas/config/tc-h8300.c | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) 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); -- 2.30.2