diff options
Diffstat (limited to 'gdb/irix5-nat.c')
-rw-r--r-- | gdb/irix5-nat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/irix5-nat.c b/gdb/irix5-nat.c index 00c593e362d..7ff0c441c85 100644 --- a/gdb/irix5-nat.c +++ b/gdb/irix5-nat.c @@ -854,8 +854,7 @@ symbol_add_stub (arg) section_addrs.text_addr = text_addr; so->objfile = symbol_file_add (so->so_name, so->from_tty, - §ion_addrs, - 0, 0, 0, 0); + §ion_addrs, 0, 0); return (1); } |