This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

[PATCH] Add OSE operating system support [1/5] ose core format support of bfd


Hi,

OSE's core file format is different compared to Linux, so there is patch for bfd to handle this format.

Thanks,
Hui

2013-03-05 Luis Machado <lgustavo@codesourcery.com>

	* Makefile.am (BFD32_BACKENDS): Add ose-core.lo.
	(BFD32_BACKENDS_CFILES): Add ose-core.c.
	* bfd-in2.h (bfd): Add ose_core_data.
	* bfd.c (bfd): Ditto.
	* config.bfd: Add ose_core_big_vec and ose_core_little_vec.
	* configure: Ditto.
	* configure.in: Ditto.
	* ose-core.c: New.
	* targets.c: Add ose_core_big_vec and ose_core_little_vec.

Attachment: ose_bfd.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]