Remove Irix 6 workaround from DWARF abbrev reader
authorTom Tromey <tom@tromey.com>
Sat, 13 Mar 2021 16:41:04 +0000 (09:41 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 13 Mar 2021 16:41:05 +0000 (09:41 -0700)
commit27012aba8a638a636940c2813f191383ccd713fd
treebc0df6613a30068e2bd663f019f0c352a6b387a5
parente7d9022ba8755005cae79207b5f911b1a9cebed4
Remove Irix 6 workaround from DWARF abbrev reader

abbrev_table::read has a workaround for Irix 6.  The last release of
Irix was in 2006, and (according to Wikipedia) hardware produced after
2007 cannot run Irix.  I think this workaround can safely be retired.

gdb/ChangeLog
2021-03-13  Tom Tromey  <tom@tromey.com>

* dwarf2/abbrev.c (abbrev_table::read): Remove Irix 6 workaround.
gdb/ChangeLog
gdb/dwarf2/abbrev.c