This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I missed elf-bfd.h and elfxx-target.h.
Here is an updated patch and ChangeLog entry.
For future reference, if this happens again, should I repost the
entire updated patch and ChangeLog (as i have done here), or
just post the new portion of the patch and ChangeLog?
Regards,
GP
--------------------------
bfd/ChangeLog entry
2002-10-31 Graeme Peterson <gp@qnx.com>
* Makefile.am: Removed entries for elf32-qnx.[ch].
* Makefile.in: Regenerate.
* config.bfd: Changed arm-nto to use bfd_elf32_{big|little}arm_vec,
ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
* configure.in: Removed support for bfd_elf32_sh{l}qnx_vec,
bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
* configure: Regenerate.
* elf32-qnx.[ch]: Removed.
* elf.c: Removed calls to QNX specific set_nonloadable_filepos,
is_contained_by_filepos, and copy_private_bfd_data_p.
* elf32-i386.c: Removed QNX extended bfd support.
* elf32-ppc.c: Removed QNX extended bfd support.
* elf32-sh.c: Removed QNX extended bfd support.
* elfarm-nabi.c: Removed QNX extended bfd support.
* targets.c: Removed qnx vectors.
* elfxx-target.h: Removed QNX specific elf_backend_set_nonloadable_filepos,
elf_backend_is_contained_by_filepos, and elf_backend_copy_private_bfd_data_p.
* elf-bfd.h: Removed QNX specific set_nonloadable_filepos,
is_contained_by_filepos, and copy_private_bfd_data_p.
Attachment:
qnxbfdcleanup.diff
Description: 'diff' output text
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |