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:38:00 -0000 Message-id: <20010909013841.J30834@rembrandt.csv.ica.uni-stuttgart.de> References: <20010831204556.C17249@rembrandt.csv.ica.uni-stuttgart.de> <20010831143107.A4532@lucon.org> <20010906105014.A32456@lucon.org> <20010906110751.B32621@lucon.org> <3B9A6B5C.8070403@cygnus.com> X-SW-Source: 2001-09/msg00127.html 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. Thiemo