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 /gas/config/tc-h8300.c | |
parent | b54a33920b91f914a79857c28cf6577216b0714e (diff) | |
download | gdb-d492b58e48143f12c0cc4262f1112316db42805d.zip gdb-d492b58e48143f12c0cc4262f1112316db42805d.tar.gz gdb-d492b58e48143f12c0cc4262f1112316db42805d.tar.bz2 |
* config/obj-ieee.c: Remove duplicate prototypes.
* config/tc-h8300.c: Likewise.
Diffstat (limited to 'gas/config/tc-h8300.c')
-rw-r--r-- | gas/config/tc-h8300.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |