Mips target in gold - revision 3 - part 1

Sasa Stankovic Sasa.Stankovic@imgtec.com
Tue Apr 15 13:21:00 GMT 2014


 Hi Cary,

Attached is the first part of the patch that implements Mips target in gold. This part contains two new patches that change target-independent code.

include_section.patch allows a target to decide whether to include input section in the output (for section types which are not handled in Layout::include_section).

copy_relocs.patch changes Copy_relocs class so that target can derive it and override the method that emits dynamic relocations.

mips1.patch contains Mips-specific code that is not part of mips.cc file.

mips2.patch contains first part of the mips.cc file.

Regards,
Sasa
-------------- next part --------------
A non-text attachment was scrubbed...
Name: include_section.patch
Type: text/x-patch
Size: 2230 bytes
Desc: include_section.patch
URL: <https://sourceware.org/pipermail/binutils/attachments/20140415/ce44393d/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: copy_relocs.patch
Type: text/x-patch
Size: 5372 bytes
Desc: copy_relocs.patch
URL: <https://sourceware.org/pipermail/binutils/attachments/20140415/ce44393d/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mips1.patch
Type: text/x-patch
Size: 12236 bytes
Desc: mips1.patch
URL: <https://sourceware.org/pipermail/binutils/attachments/20140415/ce44393d/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mips2.patch
Type: text/x-patch
Size: 186798 bytes
Desc: mips2.patch
URL: <https://sourceware.org/pipermail/binutils/attachments/20140415/ce44393d/attachment-0003.bin>


More information about the Binutils mailing list