Closed stahta01 closed 9 months ago
Well, I dont build Ada myself. However I would like to know what error it is..
I think I have to work https://gcc.gnu.org/PR53929 out by quoting symbols. The DWARF2 exception model is causing trouble, but I think I've found a solution, and am still testing my patch.
Well, I dont build Ada myself. However I would like to know what error it is..
I think I have to work https://gcc.gnu.org/PR53929 out by quoting symbols. The DWARF2 exception model is causing trouble, but I think I've found a solution, and am still testing my patch.
Ada requires AT&T assembly syntax; my patch fixes the error of "Error: invalid use of register" in stage 2 gcc building by using AT&T syntax in building Ada C code. Edit: The Ada/gnat team has documentation saying Ada uses AT&T syntax I read it as saying it only uses AT&T syntax.
Tim S.
Thanks for the suggestion. Squashed here: