mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
* config/tc-hppa.h: Don't define DWARF2_EH_FRAME_READ_ONLY on Linux
and NetBSD.
This commit is contained in:
parent
72fe08328d
commit
5ead15d96a
@ -1,3 +1,8 @@
|
||||
2008-08-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* config/tc-hppa.h: Don't define DWARF2_EH_FRAME_READ_ONLY on Linux
|
||||
and NetBSD.
|
||||
|
||||
2008-08-29 Eric B. Weddington <eric.weddington@atmel.com>
|
||||
|
||||
* config/tc-avr.c (mcu_types): Add atmega16u4.
|
||||
|
@ -218,10 +218,11 @@ extern int hppa_regname_to_dw2regnum (char *regname);
|
||||
#define DWARF2_CIE_DATA_ALIGNMENT 4
|
||||
#endif
|
||||
|
||||
/* Due to the way dynamic linking to personality functions is handled,
|
||||
we need to have a read-write .eh_frame section. */
|
||||
#if !defined (TE_LINUX) && !defined (TE_NetBSD)
|
||||
/* Due to the way dynamic linking to personality functions is handled
|
||||
on HP-UX, we need to have a read-write .eh_frame section. */
|
||||
#define DWARF2_EH_FRAME_READ_ONLY 0
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* OBJ_ELF */
|
||||
#endif /* _TC_HPPA_H */
|
||||
|
Loading…
Reference in New Issue
Block a user