This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch]: Fix access to SPU registers for fortran


Daniel Jacobowitz wrote:

> Not without documentation, please.  Syntax that doesn't come from
> Fortran (as far as I know) and isn't in the manual might as well not
> be there :-)

Hmmm, most of the output changes in Markus' patch actually bring the
output in line with correct Fortran syntax in the first place ;-)

The one addition is the representation of "union" types in the output;
this can never happen in regular Fortran, but can happen if you access
registers that use a gdbarch-defined union type.  This extension is
simply the "C_Union" marker; note that as far as the *parser* is
concerned, there is no syntax extension.

But I guess you're right that this extension should be documented.
I assume the right place would be somewhere in section 12.4.3 Fortran?

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]