/[gcl]/gcl/binutils/bfd/bfd-in2.h
ViewVC logotype

Diff of /gcl/binutils/bfd/bfd-in2.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by camm, Wed Nov 24 18:46:16 2004 UTC revision 1.5 by camm, Thu Nov 25 18:07:11 2004 UTC
# Line 342  typedef struct sec *sec_ptr; Line 342  typedef struct sec *sec_ptr;
342  #define bfd_get_section_lma(bfd, ptr) ((ptr)->lma + 0)  #define bfd_get_section_lma(bfd, ptr) ((ptr)->lma + 0)
343  #define bfd_get_section_alignment(bfd, ptr) ((ptr)->alignment_power + 0)  #define bfd_get_section_alignment(bfd, ptr) ((ptr)->alignment_power + 0)
344  #define bfd_section_name(bfd, ptr) ((ptr)->name)  #define bfd_section_name(bfd, ptr) ((ptr)->name)
345  #define bfd_section_size(bfd, ptr) ((ptr)->_raw_size)  #define bfd_section_size(bfd, ptr) (bfd_get_section_size_before_reloc(ptr))
 /*#define bfd_section_size(bfd, ptr) (bfd_get_section_size_before_reloc(ptr))*/  
346  #define bfd_section_vma(bfd, ptr) ((ptr)->vma)  #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
347  #define bfd_section_lma(bfd, ptr) ((ptr)->lma)  #define bfd_section_lma(bfd, ptr) ((ptr)->lma)
348  #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power)  #define bfd_section_alignment(bfd, ptr) ((ptr)->alignment_power)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26