diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/alpha/elf.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6d0befa..8fe0240 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2002-01-29 Richard Henderson <rth@redhat.com> + * config/alpha/elf.h (SDB_DEBUGGING_INFO): Undef. + +2002-01-29 Richard Henderson <rth@redhat.com> + * expr.c (force_operand): Ignore flag_pic for detecting pic address loads. * regclass.c (init_reg_sets_1): Test fixed_regs not flag_pic diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index b4ed0d0..cf33a9e 100644 --- a/gcc/config/alpha/elf.h +++ b/gcc/config/alpha/elf.h @@ -24,6 +24,9 @@ Boston, MA 02111-1307, USA. */ #undef EXTENDED_COFF #define OBJECT_FORMAT_ELF +/* ??? Move all SDB stuff from alpha.h to osf.h. */ +#undef SDB_DEBUGGING_INFO + #define DBX_DEBUGGING_INFO #define DWARF2_DEBUGGING_INFO |
