From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Sandiford To: Thiemo Seufer Cc: binutils@sources.redhat.com Subject: Re: [PATCH] Fix distinction of 32/64bit addresses in MIPS gas Date: Fri, 31 Aug 2001 08:02:00 -0000 Message-id: References: <20010825032615.E309@rembrandt.csv.ica.uni-stuttgart.de> X-SW-Source: 2001-08/msg00717.html Thiemo Seufer writes: > we can't have 64bit addresses in a 32bit object file format, I'm not sure what you mean. I thought elf32 supported 64-bit addresses through R_MIPS_64? Besides, isn't the address size really decided by the ABI? > so I added a check for mips_64 to the relevant macro. This will fail > for o64 ABI and possibly for eabi64 too, but these are both virtually > unimplemented in gas. (I don't really know how eabi64 is defined.) Richard