From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thiemo Seufer To: binutils@sources.redhat.com Subject: Re: [PATCH] Fix distinction of 32/64bit addresses in MIPS gas Date: Sat, 08 Sep 2001 16:56:00 -0000 Message-id: <20010909015642.K30834@rembrandt.csv.ica.uni-stuttgart.de> References: <20010831143107.A4532@lucon.org> <20010906105014.A32456@lucon.org> <20010906110751.B32621@lucon.org> <3B9A6B5C.8070403@cygnus.com> <20010909013841.J30834@rembrandt.csv.ica.uni-stuttgart.de> X-SW-Source: 2001-09/msg00128.html Thiemo Seufer wrote: > Andrew Cagney wrote: > > regarding o64, gdb expects, in gdb/mips-tdep.c:mips_gdbarch_init(), to > > see MIPS_ABI_O64 in the flags. is that being set? > > Yes. The header flag is the only thing caused by -mabi=o64 in gas. Ah, I didn't realize you referred to the -mlong64 trick to get 64bit code. AFAICS the o64 header flag is not set in this case. Thiemo