You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
15
external/llvm/test/tools/llvm-objdump/Inputs/out-of-section-sym.s
vendored
Normal file
15
external/llvm/test/tools/llvm-objdump/Inputs/out-of-section-sym.s
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
// $ cat out-of-section-sym.ld
|
||||
// SECTIONS
|
||||
// {
|
||||
// . = 0x10;
|
||||
// .text : { _ftext = . ; *(.text) }
|
||||
// . = 0x20;
|
||||
// .data : { _fdata = . ; *(.data) }
|
||||
// }
|
||||
// as --32 out-of-section-sym.s -o out-of-section-sym.o
|
||||
// ld -m elf_i386 -Tout-of-section-sym.ld -o out-of-section-sym.elf-i386 \
|
||||
// out-of-section-sym.o
|
||||
|
||||
.text
|
||||
_start:
|
||||
ret
|
Reference in New Issue
Block a user