aboutsummaryrefslogtreecommitdiff
path: root/include/bfd.h
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1991-11-22 05:22:06 +0000
committerPer Bothner <per@bothner.com>1991-11-22 05:22:06 +0000
commit27612c29661b7055af2fd24ed7aec0be740bcd52 (patch)
tree38d22afab439630605c08913b74820fc39839c7b /include/bfd.h
parent7de245d36283de0344bf0798cb594f14ea6f2f3a (diff)
downloadgdb-27612c29661b7055af2fd24ed7aec0be740bcd52.zip
gdb-27612c29661b7055af2fd24ed7aec0be740bcd52.tar.gz
gdb-27612c29661b7055af2fd24ed7aec0be740bcd52.tar.bz2
stab.def: Remove the GNU extended type codes (e.g. N_SETT).
aoutx.h: Put back the N_HEADER_IN_TEXT(x) that John removed, but use his heuristic as its default definition. bfd.H; Re-generated.
Diffstat (limited to 'include/bfd.h')
-rw-r--r--include/bfd.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/bfd.h b/include/bfd.h
index d85694a..d07ca94 100644
--- a/include/bfd.h
+++ b/include/bfd.h
@@ -1648,14 +1648,6 @@ Return a lower-case character corresponding to the symbol class of symbol.
PROTO(int, bfd_decode_symclass, (asymbol *symbol));
/*
-
- bfd_stab_name
-Returns a string for the stab with the given code, or NULL if not found.
-*/
-
- PROTO(char *, bfd_stab_name, (int code));
-
-/*
*/
/*:bfd.c*/