diff options
| author | Richard Henderson <rth@redhat.com> | 2002-01-29 14:37:36 -0800 |
|---|---|---|
| committer | Richard Henderson <rth@gcc.gnu.org> | 2002-01-29 14:37:36 -0800 |
| commit | 80a8aac610e31620ebf323335879a1015d5c9c8b (patch) | |
| tree | 714c70f628a4bf4333d4a3e59cde6dc97b16105b | |
| parent | 12beba6fe60833d89cf886bbce863371fa4c97a0 (diff) | |
| download | gcc-80a8aac610e31620ebf323335879a1015d5c9c8b.zip gcc-80a8aac610e31620ebf323335879a1015d5c9c8b.tar.gz gcc-80a8aac610e31620ebf323335879a1015d5c9c8b.tar.bz2 | |
* config/alpha/elf.h (SDB_DEBUGGING_INFO): Undef.
From-SVN: r49330
| -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 |
