Fix aranges corruption for non-mips 64 bit targets.
authorJim Wilson <wilson@cygnus.com>
Fri, 27 Aug 1999 03:41:45 +0000 (03:41 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 27 Aug 1999 03:41:45 +0000 (20:41 -0700)
commitb122caababcbf0e800b3e252c5a6440560245b9f
treea35c1fb8e21a037a901b6249f51776495a364547
parenta4efc7d79895f74d3a9f7a6f28ab76b97b2ee816
Fix aranges corruption for non-mips 64 bit targets.

* dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
when emitting alignment padding.  Emit padding byte of 0 instead of 4.

From-SVN: r28913
gcc/ChangeLog
gcc/dwarf2out.c