Added program header emission
[oota-llvm.git] / test / Scripts / elf-dump
2012-11-16 Hemant KulkarniAdded program header emission
2012-06-27 Jack CarterThis allows hello world to be compiled for Mips 64...
2011-08-04 Rafael EspindolaFix the bitwidth of the remaining fields.
2011-08-04 Rafael Espindolaprint st_shndx with the correct number of bits.
2011-08-04 Rafael Espindolaprint st_other with the correct number of bits.
2011-08-04 Rafael Espindolaprint st_type with the correct number of bits.
2011-08-04 Rafael EspindolaPrint st_bind with the correct number of bits.
2011-08-04 Rafael EspindolaPrint r_sym with the correct number of bits.
2011-08-04 Rafael EspindolaPrint r_type with the correct number of bits.
2011-08-04 Rafael EspindolaAnother counter goes decimal.
2011-08-04 Rafael EspindolaChange anther counter to decimal.
2011-08-04 Rafael EspindolaDon't print a counter in hex.
2011-08-04 Rafael EspindolaPrint all the bits in the addend.
2010-12-20 Roman DivackyPrint all 64bits for st_value and st_size. Adjust tests...
2010-12-16 Jason W KimFix elf-dump --dump-section-data for .bss section
2010-10-20 Jason W KimCut unneeded global variable.
2010-10-19 Jason W KimFixing r116753 r116756 r116777
2010-10-19 Eric ChristopherSpeculatively revert 116753 and 116756 to attempt to...
2010-10-18 Jason W KimGet rid of unneeded FormatOutput global variable
2010-10-18 Jason W KimChanged elf-dump to output hex format by default.
2010-09-11 Rafael EspindolaAdd missing single quotes.
2010-09-11 Rafael EspindolaChange section_data dumping to print hex numbers instea...
2010-09-09 Benjamin KramerAdd an elf-dumper utility.