On 26/10/2014 18:11, Mark wrote:

> Just a guess, but the slight difference (8 bytes) may just be the 
> original executable name being embedded in the file a couple of times - 
> the additional "-bin" being an extra 4 characters.

That's a good guess (as posted else-thread)

$ diff -u <( objdump -xds seamonkey ) <( objdump -xds seamonkey-bin )
--- /dev/fd/63  2014-10-26 01:45:51.553832179 +0200
+++ /dev/fd/62  2014-10-26 01:45:51.553832179 +0200
@@ -1,6 +1,6 @@
 
-seamonkey:     file format elf64-x86-64
-seamonkey
+seamonkey-bin:     file format elf64-x86-64
+seamonkey-bin
 architecture: i386:x86-64, flags 0x00000112:
 EXEC_P, HAS_SYMS, D_PAGED
 start address 0x00000000004036b0
@@ -127,7 +127,7 @@
                   ALLOC
  27 .comment      0000003d  0000000000000000  0000000000000000  000186b0  2**0
                   CONTENTS, READONLY
- 28 .gnu_debuglink 00000014  0000000000000000  0000000000000000  000186ed  2**0
+ 28 .gnu_debuglink 00000018  0000000000000000  0000000000000000  000186ed  2**0
                   CONTENTS, READONLY
 SYMBOL TABLE:
 no symbols
@@ -6352,8 +6352,8 @@
  0020 61742034 2e342e36 2d332900 4743433a  at 4.4.6-3).GCC:
  0030 2028474e 55292034 2e372e33 00         (GNU) 4.7.3.   
 Contents of section .gnu_debuglink:
- 0000 7365616d 6f6e6b65 792e6462 67000000  seamonkey.dbg...
- 0010 ed4f52df                             .OR.            
+ 0000 7365616d 6f6e6b65 792d6269 6e2e6462  seamonkey-bin.db
+ 0010 67000000 ed4f52df                    g....OR.        
 
 Disassembly of section .init:


Regards.

_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to