]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Remove objfile argument from add_dyn_prop
authorTom Tromey <tom@tromey.com>
Sat, 6 Jan 2018 00:26:20 +0000 (17:26 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 17 Jan 2018 18:28:44 +0000 (11:28 -0700)
commit50a820477b5d48d4c2d28ca1c22ba6d93c9fd7cb
treec3998bba00b7574526cbd5f4279f7277de40ffc0
parentc89b44cdc52b6a9c0848a795689895e292ad1f46
Remove objfile argument from add_dyn_prop

The objfile argument to add_dyn_prop is redundant, so this patch
removes it.

2018-01-17  Tom Tromey  <tom@tromey.com>

* gdbtypes.h (add_dyn_prop): Remove objfile parameter.
* gdbtypes.c (add_dyn_prop): Remove objfile parameter.
(create_array_type_with_stride): Update.
* dwarf2read.c (set_die_type): Update.
gdb/ChangeLog
gdb/dwarf2read.c
gdb/gdbtypes.c
gdb/gdbtypes.h