projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d93b79d
)
Oops, checked in version with the wrong stuff enabled. Turn it off...
author
Stu Grossman
<grossman@cygnus>
Tue, 28 Jan 1992 02:38:11 +0000
(
02:38
+0000)
committer
Stu Grossman
<grossman@cygnus>
Tue, 28 Jan 1992 02:38:11 +0000
(
02:38
+0000)
gdb/dbxread.c
patch
|
blob
|
history
diff --git
a/gdb/dbxread.c
b/gdb/dbxread.c
index 251a81adfdef2475548d21f12fcd92005f5949b7..d2992baf0ea92abd6d52f00258a370859d9c33be 100644
(file)
--- a/
gdb/dbxread.c
+++ b/
gdb/dbxread.c
@@
-1355,12
+1355,14
@@
process_one_symbol (type, desc, valu, name)
{
case N_FUN:
case N_FNAME:
+#if 0
/* It seems that the Sun ANSI C compiler (acc) replaces N_FUN with N_GSYM and
N_STSYM with a type code of f or F. Can't enable this until we get some
- stuff straightened out with psymtabs.
-*/
+ stuff straightened out with psymtabs.
*/
+
case N_GSYM:
case N_STSYM:
+#endif /* 0 */
/* Either of these types of symbols indicates the start of
a new function. We must process its "name" normally for dbx,