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] Mark all weak aliases for copy relocations


On Sun, Jan 26, 2020 at 10:53:58PM +1030, Alan Modra wrote:
> +    switch $target_triplet {
> +	# exclude targets that don't support copy relocs
> +	{ bfin-*-* } { }
> +	{ frv-*-* } { }
> +	{ lm32-*-* } { }
> +	{ mips*-*-* } { }
> +	{ tic6x-*-* } { }
> +	{ xtensa-*-* } { }

Committed with the above last minute change corrected.  I'd originally
used a deprecated tcl case statement, and didn't change enough.  It
now uses "switch -glob" and removes the braces around the patterns.
(A tcl case statement has a list pattern, switch just a text pattern.)

-- 
Alan Modra
Australia Development Lab, IBM


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