author | Mike Line <m-line1@ti.com> | |
Fri, 12 Nov 2010 20:51:47 +0000 (15:51 -0500) | ||
committer | Mike Line <m-line1@ti.com> | |
Fri, 12 Nov 2010 20:51:47 +0000 (15:51 -0500) | ||
commit | 7a03dbc32a9167f4db0ef011ec46beeb8606f8ce | |
tree | 3903b2fbf976459b5faa98d95b81a0f097d52d37 | tree | snapshot (tar.xz tar.gz zip) |
parent | f7cab905343bcdb414fc7a28df20f9afb5071cb5 | commit | diff |
Bug fix for automatic file format detection
The addition of ifdefs around the auto format detection code resulted in
a change in the structure of the if statement. This bug meant only ELF
could be detected, BIS and COFF would be detected and then the change
discarded. The code was restructured to fix this.
The addition of ifdefs around the auto format detection code resulted in
a change in the structure of the if statement. This bug meant only ELF
could be detected, BIS and COFF would be detected and then the change
discarded. The code was restructured to fix this.