aboutsummaryrefslogtreecommitdiff
path: root/binutils/budemang.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-04-19 10:51:34 +0000
committerAlan Modra <amodra@gmail.com>2007-04-19 10:51:34 +0000
commit3fad56a3d40bd75f70f60ec513c2dbc8e3e45c12 (patch)
treef22aaf1cddb2b77d1e61813c3061dce9ae774293 /binutils/budemang.h
parent5c068be831d7c23744df791ee11e8466ad43c6fe (diff)
downloadfsf-binutils-gdb-3fad56a3d40bd75f70f60ec513c2dbc8e3e45c12.zip
fsf-binutils-gdb-3fad56a3d40bd75f70f60ec513c2dbc8e3e45c12.tar.gz
fsf-binutils-gdb-3fad56a3d40bd75f70f60ec513c2dbc8e3e45c12.tar.bz2
missed from last commit
Diffstat (limited to 'binutils/budemang.h')
-rw-r--r--binutils/budemang.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/binutils/budemang.h b/binutils/budemang.h
deleted file mode 100644
index 17df9f5..0000000
--- a/binutils/budemang.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* demangle.h -- A wrapper calling libiberty cplus_demangle
- Copyright 2002, 2003 Free Software Foundation, Inc.
-
- This file is part of GNU Binutils.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
- 02110-1301, USA. */
-#ifndef BUDEMANG_H
-#define BUDEMANG_H
-
-char *demangle (bfd *, const char *);
-
-#endif