This is the mail archive of the binutils@sources.redhat.com 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]

Re: Assertion failure in m68k assembler


Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au> writes:

|> This should fix it.
|> 
|> 	* config/tc-m68k.c (md_estimate_size_before_relax): Set fr_var
|> 	from md_relax_table, and combine some switch cases.

Thanks, it works again.

|> I notice also a peculiarity in the ABSTOPCREL handling in that
|> flag_short_refs isn't tested.  bug?

I don't think so.  flag_short_refs only applies to displacements.
Absolute addressing is long by default, and ABSTOPCREL is just an
optimisation.  If you want short absolute addressing you'll have to add an
explicit size specifier.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5


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