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:
8d60aff
)
* minsyms.c (prim_record_minimal_symbol): Call
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Mon, 27 Dec 1993 17:49:00 +0000
(17:49 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Mon, 27 Dec 1993 17:49:00 +0000
(17:49 +0000)
prim_record_minimal_symbol_and_info rather than duplicating code.
gdb/minsyms.c
patch
|
blob
|
history
diff --git
a/gdb/minsyms.c
b/gdb/minsyms.c
index 31f20c339e53638c4be7fd3e6cf43dc1a3f708ed..03b1ce1f0b3723e1887fd6b48569d0d493859f4d 100644
(file)
--- a/
gdb/minsyms.c
+++ b/
gdb/minsyms.c
@@
-298,7
+298,8
@@
prim_record_minimal_symbol (name, address, ms_type, objfile)
enum minimal_symbol_type ms_type;
struct objfile *objfile;
{
- prim_record_minimal_symbol (name, address, ms_type, NULL, -1, objfile);
+ prim_record_minimal_symbol_and_info (name, address, ms_type,
+ NULL, -1, objfile);
}
void