diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2015-04-04 19:13:32 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2015-04-04 19:13:32 +0000 |
commit | c3899d22342fcaef6b02b22c136b3e06ea918f95 (patch) | |
tree | 437c4e8a992a6d03fc4d5cb402509917acb386cd /lld/test/elf/Mips/dynlib-fileheader-micro.test | |
parent | 090132563b35651dc1ae67495b96bb781e68f9bd (diff) | |
download | bcm5719-llvm-c3899d22342fcaef6b02b22c136b3e06ea918f95.tar.gz bcm5719-llvm-c3899d22342fcaef6b02b22c136b3e06ea918f95.zip |
[Mips] Support writing .reginfo section into the linked file
In case of MIPS O32 ABI linker should merge registers usage masks stored
in the input .reginfo sections and save result into the output .reginfo
section.
The ABI states that the .reginfo section should be put into the separate
segment. This requirement is not implemented in this patch.
llvm-svn: 234103
Diffstat (limited to 'lld/test/elf/Mips/dynlib-fileheader-micro.test')
-rw-r--r-- | lld/test/elf/Mips/dynlib-fileheader-micro.test | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lld/test/elf/Mips/dynlib-fileheader-micro.test b/lld/test/elf/Mips/dynlib-fileheader-micro.test index 139b3aa626c..5572160b5aa 100644 --- a/lld/test/elf/Mips/dynlib-fileheader-micro.test +++ b/lld/test/elf/Mips/dynlib-fileheader-micro.test @@ -64,11 +64,6 @@ Sections: Flags: [ SHF_WRITE, SHF_ALLOC ] AddressAlign: 0x04 Size: 0x00 - - Name: .reginfo - Type: SHT_MIPS_REGINFO - Flags: [ SHF_ALLOC ] - AddressAlign: 0x01 - Size: 0x18 - Name: .MIPS.abiflags Type: SHT_MIPS_ABIFLAGS Flags: [ SHF_ALLOC ] |