emaste created this revision.
emaste added a reviewer: gnn.
emaste added a subscriber: freebsd-toolchain.
REVISION SUMMARY
Some architectures have .rel relocations for debug data, so handle it in
addition to .rela.
Issue discovered from ctfconvert on un-linked ARM object files.
REVISION D
Hi toolchain folk,
I've recently tried using the base system clang as an external
toolchain i.e.
make CROSS_COMPILER_PREFIX=/usr/bin/ buildworld
.. and found that this no longer works after r273755 which split
XFLAGS into XC/XCXXFLAGS. This appears to be because the XFLAGS
definitions
> On Feb 10, 2015, at 7:32 PM, Peter Grehan wrote:
>
> Hi toolchain folk,
>
> I've recently tried using the base system clang as an external toolchain i.e.
>
> make CROSS_COMPILER_PREFIX=/usr/bin/ buildworld
>
> .. and found that this no longer works after r273755 which split XFLAGS into
>