Paste number 322576: | archlinux pkgbuild vs. tarball bash |
Pasted by: | balduin |
When: | 6 years, 1 week ago |
Share: | Tweet this! | http://paste.lisp.org/+6WWG |
Channel: | None |
Paste contents: |
$ diffoscope /usr/share/guile/site/2.0/gnu/packages/bootstrap/x86_64-linux/bash guix-0.11.0/gnu/packages/bootstrap/x86_64-linux/bash --- /usr/share/guile/site/2.0/gnu/packages/bootstrap/x86_64-linux/bash +++ guix-0.11.0/gnu/packages/bootstrap/x86_64-linux/bash ├── readelf --wide --sections {} │ @@ -1,14 +1,14 @@ │ There are 28 section headers, starting at offset 0x15b998: │ │ Section Headers: │ [Nr] Name Type Address Off Size ES Flg Lk Inf Al │ [ 0] NULL 0000000000000000 000000 000000 00 0 0 0 │ [ 1] .note.ABI-tag NOTE 0000000000400158 000158 000020 00 A 0 0 4 │ - [ 2] .rela.plt RELA 0000000000400178 000178 000168 18 AI 0 22 8 │ + [ 2] .rela.plt RELA 0000000000400178 000178 000168 18 A 0 4 8 │ [ 3] .init PROGBITS 00000000004002e0 0002e0 00001a 00 AX 0 0 4 │ [ 4] .plt PROGBITS 0000000000400300 000300 0000f0 00 AX 0 0 16 │ [ 5] .text PROGBITS 00000000004003f0 0003f0 10bd08 00 AX 0 0 16 │ [ 6] __libc_freeres_fn PROGBITS 000000000050c100 10c100 000c7a 00 AX 0 0 16 │ [ 7] __libc_thread_freeres_fn PROGBITS 000000000050cd80 10cd80 0000e8 00 AX 0 0 16 │ [ 8] .fini PROGBITS 000000000050ce68 10ce68 000009 00 AX 0 0 4 │ [ 9] .rodata PROGBITS 000000000050ce80 10ce80 02c620 00 A 0 0 32 ├── readelf --wide --decompress --hex-dump=.got.plt {} │ @@ -1,10 +1,9 @@ │ │ Hex dump of section '.got.plt': │ - NOTE: This section has relocations against it, but these have NOT been applied to this dump. │ 0x00757178 00000000 00000000 00000000 00000000 ................ │ 0x00757188 00000000 00000000 06034000 00000000 ..........@..... │ 0x00757198 16034000 00000000 26034000 00000000 ..@.....&.@..... │ 0x007571a8 36034000 00000000 46034000 00000000 6.@.....F.@..... │ 0x007571b8 56034000 00000000 66034000 00000000 V.@.....f.@..... │ 0x007571c8 76034000 00000000 86034000 00000000 v.@.......@..... │ 0x007571d8 96034000 00000000 a6034000 00000000 ..@.......@..... ╵
This paste has no annotations.