| OLD | NEW |
| 1 /* Copyright 2010-2012 Free Software Foundation, Inc. | 1 /* Copyright 2010-2013 Free Software Foundation, Inc. |
| 2 | 2 |
| 3 This program is free software; you can redistribute it and/or modify | 3 This program is free software; you can redistribute it and/or modify |
| 4 it under the terms of the GNU General Public License as published by | 4 it under the terms of the GNU General Public License as published by |
| 5 the Free Software Foundation; either version 3 of the License, or | 5 the Free Software Foundation; either version 3 of the License, or |
| 6 (at your option) any later version. | 6 (at your option) any later version. |
| 7 | 7 |
| 8 This program is distributed in the hope that it will be useful, | 8 This program is distributed in the hope that it will be useful, |
| 9 but WITHOUT ANY WARRANTY; without even the implied warranty of | 9 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 11 GNU General Public License for more details. | 11 GNU General Public License for more details. |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 .uleb128 0x4 /* (DW_TAG_variable) */ | 59 .uleb128 0x4 /* (DW_TAG_variable) */ |
| 60 .ascii "v\0" /* DW_AT_name */ | 60 .ascii "v\0" /* DW_AT_name */ |
| 61 .byte 0 /* DW_AT_location: DW_FORM_block1 */ | 61 .byte 0 /* DW_AT_location: DW_FORM_block1 */ |
| 62 .4byte .Ltype_struct - d /* DW_AT_type */ | 62 .4byte .Ltype_struct - d /* DW_AT_type */ |
| 63 | 63 |
| 64 .uleb128 0x4 /* (DW_TAG_variable) */ | 64 .uleb128 0x4 /* (DW_TAG_variable) */ |
| 65 .ascii "p\0" /* DW_AT_name */ | 65 .ascii "p\0" /* DW_AT_name */ |
| 66 .byte 2f - 1f /* DW_AT_location: DW_FORM_block1 */ | 66 .byte 2f - 1f /* DW_AT_location: DW_FORM_block1 */ |
| 67 1: | 67 1: |
| 68 .byte 0xf2 /* DW_OP_GNU_implicit_pointer */ | 68 .byte 0xf2 /* DW_OP_GNU_implicit_pointer */ |
| 69 » .4byte» .Lvar_out - d» /* referenced DIE */ | 69 » .4byte» .Lvar_out» /* referenced DIE, section-relative! */ |
| 70 .sleb128 0 /* offset */ | 70 .sleb128 0 /* offset */ |
| 71 2: | 71 2: |
| 72 .4byte .Ltype_structptr - d /* DW_AT_type */ | 72 .4byte .Ltype_structptr - d /* DW_AT_type */ |
| 73 | 73 |
| 74 .byte 0x0 /* end of children of main */ | 74 .byte 0x0 /* end of children of main */ |
| 75 | 75 |
| 76 .byte 0x0 /* end of children of CU */ | 76 .byte 0x0 /* end of children of CU */ |
| 77 debug_end: | 77 debug_end: |
| 78 | 78 |
| 79 .section .debug_abbrev | 79 .section .debug_abbrev |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 .uleb128 0xb /* (DW_AT_byte_size) */ | 157 .uleb128 0xb /* (DW_AT_byte_size) */ |
| 158 .uleb128 0xb /* (DW_FORM_data1) */ | 158 .uleb128 0xb /* (DW_FORM_data1) */ |
| 159 .uleb128 0x3e /* (DW_AT_encoding) */ | 159 .uleb128 0x3e /* (DW_AT_encoding) */ |
| 160 .uleb128 0xb /* (DW_FORM_data1) */ | 160 .uleb128 0xb /* (DW_FORM_data1) */ |
| 161 .uleb128 0x3 /* (DW_AT_name) */ | 161 .uleb128 0x3 /* (DW_AT_name) */ |
| 162 .uleb128 0x8 /* (DW_FORM_string) */ | 162 .uleb128 0x8 /* (DW_FORM_string) */ |
| 163 .byte 0 | 163 .byte 0 |
| 164 .byte 0 | 164 .byte 0 |
| 165 | 165 |
| 166 .byte 0x0 | 166 .byte 0x0 |
| OLD | NEW |