Re: object code from which compiler
- From: "E. Robert Tisdale" <E.Robert.Tisdale@xxxxxxxxxxxx>
- Date: Tue, 30 Aug 2005 16:46:55 -0700
ajm wrote:
Given an object file, is there any way (or tool) to determine which compiler created it?
Gererally, no but:
> cat f.c
void f(void) {
} > gcc -Wall -std=c99 -pedantic -c f.c
> strings -a f.o
GCC: (GNU) 4.0.0 20050519 (Red Hat 4.0.0-8)
.symtab
.strtab
.shstrtab
.text
.data
.bss
.comment
.note.GNU-stack
.- References:
- object code from which compiler
- From: ajm
- object code from which compiler
- Prev by Date: Re: Function pointer prototype interpretation
- Next by Date: Re: Is char*[] convertible to const char*[]?
- Previous by thread: Re: object code from which compiler
- Next by thread: Function pointer prototype interpretation
- Index(es):