From fb6ae37f9e6776de6a048387949575b08a52ab1f Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 15 Jul 2005 03:52:31 +0000 Subject: [PATCH] * hw_htab.c (bfd_get_section_lma): Remove macro; use BFD's. --- sim/ppc/ChangeLog | 4 ++++ sim/ppc/hw_htab.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index d77dcc8..fe32804 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,5 +1,9 @@ 2005-07-15 Ben Elliston + * hw_htab.c (bfd_get_section_lma): Remove macro; use BFD's. + +2005-07-15 Ben Elliston + * hw_init.c: Comment out tokens after #endif directive. * hw_register.c: Likewise. * hw_trace.c: Likewise. diff --git a/sim/ppc/hw_htab.c b/sim/ppc/hw_htab.c index d9b280a..3ad539d 100644 --- a/sim/ppc/hw_htab.c +++ b/sim/ppc/hw_htab.c @@ -393,7 +393,6 @@ htab_sum_binary(bfd *abfd, htab_binary_sizes *sizes = (htab_binary_sizes*)data; unsigned_word size = bfd_get_section_size (sec); unsigned_word vma = bfd_get_section_vma (abfd, sec); -#define bfd_get_section_lma(abfd, sec) ((sec)->lma + 0) unsigned_word ra = bfd_get_section_lma (abfd, sec); /* skip the section if no memory to allocate */ -- 2.7.4