mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* config/tc-hppa.h (DWARF2_CIE_DATA_ALIGNMENT): Wrap negative number
in parens.
This commit is contained in:
parent
ab0bcd0a84
commit
3a0d49fcec
@ -1,3 +1,8 @@
|
||||
2007-12-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* config/tc-hppa.h (DWARF2_CIE_DATA_ALIGNMENT): Wrap negative number
|
||||
in parens.
|
||||
|
||||
2007-12-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/tc-i386.c (set_intel_mnemonic): New.
|
||||
|
@ -213,9 +213,9 @@ extern int hppa_regname_to_dw2regnum (char *regname);
|
||||
#define DWARF2_LINE_MIN_INSN_LENGTH 4
|
||||
#define DWARF2_DEFAULT_RETURN_COLUMN 2
|
||||
#if TARGET_ARCH_SIZE == 64
|
||||
#define DWARF2_CIE_DATA_ALIGNMENT -8
|
||||
#define DWARF2_CIE_DATA_ALIGNMENT (-8)
|
||||
#else
|
||||
#define DWARF2_CIE_DATA_ALIGNMENT -4
|
||||
#define DWARF2_CIE_DATA_ALIGNMENT (-4)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user