Skip to content
Snippets Groups Projects
Commit 2dc2dfa7 authored by Alan Modra's avatar Alan Modra
Browse files

gas: allow frag address wrapping in absolute section

This:
	 .struct -1
	x:
	 .fill 1
	y:
results in an internal error in frag_new due to abs_section_offset
wrapping from -1 to 0.  Frags in the absolute section don't do much so
I think we can allow the address wrap.

	* frags.c (frag_new): Allow address wrap in absolute section.
parent f2be4eeb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment