Greg Clayton
199a0bb529
Added a missing file from a previous checkin.
...
llvm-svn: 141707
2011-10-11 20:23:29 +00:00
Jason Molenda
fd54b368ea
Update declarations for all functions/methods that accept printf-style
...
stdarg formats to use __attribute__ format so the compiler can flag
incorrect uses. Fix all incorrect uses. Most of these are innocuous,
a few were resulting in crashes.
llvm-svn: 140185
2011-09-20 21:44:10 +00:00
Greg Clayton
28469ca3a5
Quick fixes to the PE COFF file loader.
...
llvm-svn: 139448
2011-09-10 01:04:42 +00:00
Greg Clayton
f754f88f6d
Added first pass at PE COFF file reading support. It parses the sections
...
correctly, symbols are coming soon. It also needs to be 32/64 bit hardened
with more testing.
llvm-svn: 139401
2011-09-09 20:33:05 +00:00