Fix build failure in xcoffread.c
authorTom Tromey <tom@tromey.com>
Fri, 21 Oct 2016 20:09:57 +0000 (14:09 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 21 Oct 2016 20:10:39 +0000 (14:10 -0600)
commit9a1e3f003122c97d6e1822c472bcd37f59fb1a74
tree5a7116c49f0adfe40f935266086b468af6f416bd
parentb5cefccad8bdeecaa3d0c548e32881466e021cb4
Fix build failure in xcoffread.c

This changes read_xcoff_symtab to be const-correct.  This fixes a
build failure.

2016-10-21  Tom Tromey  <tom@tromey.com>

* xcoffread.c (read_xcoff_symtab): Make "filestring" const.
gdb/ChangeLog
gdb/xcoffread.c