[PATCH] Mark all weak aliases for copy relocations

Alan Modra amodra@gmail.com
Mon Jan 27 00:34:00 GMT 2020


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



More information about the Binutils mailing list