Mail Archives: djgpp/1998/01/20/18:28:07
At 02:39 1/20/1998 +0200, S. M. Halloran wrote:
>Now the question for developers of gcc is, what is the object file
>format of code that includes symbol references? How are external
>references (global variables, functions), static variables (both in
>file and block scope), and automatic variables (locals) organized for
>use by the debugger?
The format is called `COFF', and I believe is fairly standard. The GNU
binutils include a BFD descriptor for it which might help, and I think there
is an official standard somewhere as well.
Nate Eldredge
eldredge AT ap DOT net
- Raw text -