This is the mail archive of the binutils@sourceware.org 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] |
Hello, the attached patch adds support for FreeBSD ARM in gas. A few words, until FreeBSD-9.x we have only the OABI for arm. Before FreeBSD-8 there was/is no arm support from the OS side. From FreeBSD-10 upwards we have EABI support.Regarding vfp, only the armv6 are supported from the OS side. This is why I split off the vfp part from the eabi part.
The test results are around 505 Passes vs. 8 unsupported, on armv6 (WANDBOARD). Similar for an arm (marvell).
Is this patch ok for trunk? Thanks in advance, Andreas 2014-08-15 Andreas Tobler <andreast@fgznet.ch> * Makefile.am: Add FreeBSD ARM support. * Mafefile.in: Regenerate. * configure.tgt: Add FreeBSD ARM support. * config/te-armfbsdeabi.h: New file. * config/te-armfbsdvfp.h: Likewise.
Attachment:
gas_arm_fbsd_20140815.diff
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |