summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/weak.s
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-readobj] Change -t to --symbols in tests. NFCFangrui Song2019-05-011-1/+1
| | | | | | | | | | -t is --symbols in llvm-readobj but --section-details (unimplemented) in readelf. The confusing option should not be used since we aim for improving compatibility. Keep just one llvm-readobj -t use case in test/tools/llvm-readobj/symbols.test llvm-svn: 359661
* Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola2014-03-241-1/+1
| | | | llvm-svn: 204584
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
| | | | | | | This patch tries to avoid unrelated changes other than fixing a few hyphen-related ambiguities and contractions in nearby lines. llvm-svn: 196471
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-121-20/+20
| | | | llvm-svn: 179361
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-041-2/+2
| | | | llvm-svn: 136880
* print st_other with the correct number of bits.Rafael Espindola2011-08-041-2/+2
| | | | llvm-svn: 136877
* print st_type with the correct number of bits.Rafael Espindola2011-08-041-2/+2
| | | | llvm-svn: 136875
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-041-2/+2
| | | | llvm-svn: 136874
* Another counter goes decimal.Rafael Espindola2011-08-041-2/+2
| | | | llvm-svn: 136871
* Print all 64bits for st_value and st_size. Adjust tests accordingly.Roman Divacky2010-12-201-4/+4
| | | | llvm-svn: 122263
* Defined weak symbols should have non-zero value.Rafael Espindola2010-10-281-2/+2
| | | | llvm-svn: 117585
* Fixing r116753 r116756 r116777Jason W Kim2010-10-191-16/+16
| | | | | | | | | | | | | | | | | | | The failures in r116753 r116756 were caused by a python issue - Python likes to append 'L' suffix to stringified numbers if the number is larger than a machine int. Unfortunately, this causes a divergence of behavior between 32 and 64 bit python versions. I re-crafted elf-dump/common_dump to take care of these issues by: 1. always printing 0x (makes for easy sed/regex) 2. always print fixed length (exactly 2 + numBits/4 digits long) by mod ((2^numBits) - 1) 3. left-padded with '0' There is a residual common routine that is also used by macho-dump (dataToHex) , so I left the 'section_data' test values alone. llvm-svn: 116823
* Speculatively revert 116753 and 116756 to attempt to fix the bots.Eric Christopher2010-10-191-16/+16
| | | | llvm-svn: 116777
* Changed elf-dump to output hex format by default.Jason W Kim2010-10-181-16/+16
| | | | | | Also updated tests. llvm-svn: 116753
* Make sure weak symbols are listed after the local ones.Rafael Espindola2010-10-061-0/+16
| | | | llvm-svn: 115795
* Correctly handle weak undefined symbols. Before we would get a invalid bindingRafael Espindola2010-09-231-0/+14
(2 == STB_WEAK | STB_GLOBAL). llvm-svn: 114690
OpenPOWER on IntegriCloud