#endif /* MUST NOT HAVE TOKENS AFTER IT */

This commit is contained in:
mrg 2004-04-02 13:36:24 +00:00
parent dd567aa2f5
commit df1f7747e1
6 changed files with 7 additions and 5 deletions

View File

@ -1466,4 +1466,4 @@ const os_emul emul_netbsd = {
0 /*data*/
};
#endif _EMUL_NETBSD_C_
#endif /* _EMUL_NETBSD_C_ */

View File

@ -386,7 +386,9 @@ htab_sum_binary(bfd *abfd,
htab_binary_sizes *sizes = (htab_binary_sizes*)data;
unsigned_word size = bfd_get_section_size_before_reloc (sec);
unsigned_word vma = bfd_get_section_vma (abfd, sec);
#ifndef bfd_get_section_lma
#define bfd_get_section_lma(abfd, sec) ((sec)->lma + 0)
#endif
unsigned_word ra = bfd_get_section_lma (abfd, sec);
/* skip the section if no memory to allocate */

View File

@ -718,4 +718,4 @@ const device_descriptor hw_init_device_descriptor[] = {
{ NULL },
};
#endif _HW_INIT_C_
#endif /* _HW_INIT_C_ */

View File

@ -128,4 +128,4 @@ const device_descriptor hw_register_device_descriptor[] = {
{ NULL },
};
#endif _HW_REGISTER_C_
#endif /* _HW_REGISTER_C_ */

View File

@ -100,4 +100,4 @@ const device_descriptor hw_trace_device_descriptor[] = {
{ NULL },
};
#endif _HW_TRACE_C_
#endif /* _HW_TRACE_C_ */

View File

@ -272,4 +272,4 @@ const device_descriptor hw_vm_device_descriptor[] = {
{ NULL },
};
#endif _HW_VM_C_
#endif /* _HW_VM_C_ */