Pass the correct argument to the observer in reread_symbols
authorTom Tromey <tom@tromey.com>
Sun, 8 Jul 2018 18:18:09 +0000 (12:18 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 22 Jul 2018 19:29:25 +0000 (13:29 -0600)
commit80860e6dad00190660c49b60bbbefee1648a46e2
tree8637bd5c4b8d1fc7303fa7815f4f48c3d4bb99c9
parentac4f58d797780e305ba7be2c5d7efa8abf45fb74
Pass the correct argument to the observer in reread_symbols

This is actually a patch I found via another route.  Joel had asked me
to write a test, but I still have not found the time to do this.
Meanwhile, -Wunused-variable also found this error.

2018-07-22  Tom Tromey  <tom@tromey.com>

* symfile.c (reread_symbols): Notify iter, not objfile.
gdb/ChangeLog
gdb/symfile.c