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]

Re: [PATCH] enable fdpic targets/emulations for sh*-*-linux*


Rich Felker <dalias@libc.org> wrote:
> Currently sh/fdpic support in binutils is only enabled for
> sh{1,2,}-*-uclinux*. This patch adds it to the sh*-*-linux* targets
> which are what I'm using for musl's j2/sh2 support. sh2eb-*-linux-musl
> toolchains treat the target as regular Linux (modulo no fork and
> resticted mmap), produce binaries which are forward-compatible with
> sh3/4 Linux, and do not use any of the legacy flat binary stuff
> associated with *-uclinux* tuples, so it makes sense to use a *-linux*
> tuple.

The patch is OK.  I've committed it as two separated patches
which have independent ChangeLog entries below, because bfd
and ld have their own ChangeLog files.  Thanks!

Regards,
	kaz
--
[bfd]
2015-09-30  Rich Felker  <dalias@libc.org>

	* config.bfd (targ_selvecs): Add fdpic and misc targets
	for sh*-*-linux*.

[ld]
2015-09-30  Rich Felker  <dalias@libc.org>

	* configure.tgt (targ_extra_emuls): Add fdpic and misc
	emulations to sh*-*-linux* targets.


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