replace some obstack_alloc () calls with the XOBNEW wrapper
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Mon, 28 Mar 2016 08:57:40 +0000 (04:57 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Tue, 29 Mar 2016 11:33:25 +0000 (07:33 -0400)
commitaff7ae12a660fc3c7269530eadcb06e2db06a240
tree17e730263447a1915464bc963be886064b0ee77f
parentef0d8ffc45aa32ed1e49051a344fa6c8cff583f4
replace some obstack_alloc () calls with the XOBNEW wrapper

gas/ChangeLog:

2016-03-29  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

* config/tc-bfin.c (gencode): Use XOBNEW obstack_alloc () wrapper.
* config/tc-hppa.c (fix_new_hppa): Likewise.
(pa_vtable_entry): Likewise.
(pa_vtable_inherit): Likewise.
* config/tc-m68k.c (md_begin): Likewise.
gas/config/tc-bfin.c
gas/config/tc-hppa.c
gas/config/tc-m68k.c