mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* config/tc-hppa.h (DWARF2_CIE_DATA_ALIGNMENT): Wrap negative number
in parens.
This commit is contained in:
@ -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>
|
2007-12-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* config/tc-i386.c (set_intel_mnemonic): New.
|
* 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_LINE_MIN_INSN_LENGTH 4
|
||||||
#define DWARF2_DEFAULT_RETURN_COLUMN 2
|
#define DWARF2_DEFAULT_RETURN_COLUMN 2
|
||||||
#if TARGET_ARCH_SIZE == 64
|
#if TARGET_ARCH_SIZE == 64
|
||||||
#define DWARF2_CIE_DATA_ALIGNMENT -8
|
#define DWARF2_CIE_DATA_ALIGNMENT (-8)
|
||||||
#else
|
#else
|
||||||
#define DWARF2_CIE_DATA_ALIGNMENT -4
|
#define DWARF2_CIE_DATA_ALIGNMENT (-4)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user