Change read_alphacoff_dynamic_symtab to use gdb::byte_vector
authorTom Tromey <tom@tromey.com>
Sat, 11 Nov 2017 02:52:33 +0000 (19:52 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 3 Apr 2018 18:03:33 +0000 (12:03 -0600)
commitc5edbf3d1c58d59135788f084a3bf681a49e0f9a
tree5a8fc92cf5655dbbf99ec52dce3c860e204a55a8
parentdfdad367e475ae5ba88d9517cf95092df8e71ce0
Change read_alphacoff_dynamic_symtab to use gdb::byte_vector

This changes read_alphacoff_dynamic_symtab to use gdb::byte_vector.
This allows for the removal of some cleanups.

Tested by the buildbot; though I don't know whether this code path is
ever actually run.

gdb/ChangeLog
2018-04-03  Tom Tromey  <tom@tromey.com>

* mipsread.c (read_alphacoff_dynamic_symtab): Use
gdb::byte_vector.
gdb/ChangeLog
gdb/mipsread.c
This page took 0.033848 seconds and 4 git commands to generate.