mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* hw_htab.c (bfd_get_section_lma): Remove macro; use BFD's.
This commit is contained in:
parent
50427dbf8f
commit
fb6ae37f9e
@ -1,3 +1,7 @@
|
||||
2005-07-15 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* hw_htab.c (bfd_get_section_lma): Remove macro; use BFD's.
|
||||
|
||||
2005-07-15 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* hw_init.c: Comment out tokens after #endif directive.
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user