Created
November 27, 2013 20:13
-
-
Save postwait/7682451 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bash-4.2$ diff /tmp/working /tmp/broken | |
| 1451,1452c1451,1452 | |
| < [52] 0x0003e1c0 0x00000001 OBJT LOCL D 0 .bss completed.4603 | |
| < [53] 0x0003e1c4 0x00000004 OBJT LOCL D 0 .bss dtor_idx.4605 | |
| --- | |
| > [52] 0x0003e1c0 0x00000001 OBJT LOCL D 0 .bss completed.4601 | |
| > [53] 0x0003e1c4 0x00000004 OBJT LOCL D 0 .bss dtor_idx.4603 | |
| 1454c1454 | |
| < [55] 0x0003e1c8 0x00000018 OBJT LOCL D 0 .bss object.4629 | |
| --- | |
| > [55] 0x0003e1c8 0x00000018 OBJT LOCL D 0 .bss object.4627 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment