| OLD | NEW |
| 1 /* Copyright 2010-2012 Free Software Foundation, Inc. | 1 /* Copyright 2010-2012 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. |
| 12 | 12 |
| 13 You should have received a copy of the GNU General Public License | 13 You should have received a copy of the GNU General Public License |
| 14 along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 14 along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
| 15 | 15 |
| 16 .section .debug_info | 16 .section .debug_info |
| 17 debug_start: | 17 debug_start: |
| 18 » .long» debug_end - 1f» /* Length of Compilation Unit Info */ | 18 » .4byte» debug_end - 1f» /* Length of Compilation Unit Info */ |
| 19 1: | 19 1: |
| 20 .2byte 0x3 /* DWARF version number */ | 20 .2byte 0x3 /* DWARF version number */ |
| 21 » .long» .Ldebug_abbrev0»/* Offset Into Abbrev. Section */ | 21 » .4byte» .Ldebug_abbrev0»/* Offset Into Abbrev. Section */ |
| 22 .byte 0x4 /* Pointer Size (in bytes) */ | 22 .byte 0x4 /* Pointer Size (in bytes) */ |
| 23 .uleb128 0x1 /* (DIE (0xb) DW_TAG_compile_unit) */ | 23 .uleb128 0x1 /* (DIE (0xb) DW_TAG_compile_unit) */ |
| 24 .ascii "GNU C 4.4.3\0" /* DW_AT_producer */ | 24 .ascii "GNU C 4.4.3\0" /* DW_AT_producer */ |
| 25 .byte 0x1 /* DW_AT_language */ | 25 .byte 0x1 /* DW_AT_language */ |
| 26 .ascii "1.c\0" /* DW_AT_name */ | 26 .ascii "1.c\0" /* DW_AT_name */ |
| 27 | 27 |
| 28 .uleb128 0x4 /* (DW_TAG_variable) */ | 28 .uleb128 0x4 /* (DW_TAG_variable) */ |
| 29 .ascii "underflow\0" /* DW_AT_name */ | 29 .ascii "underflow\0" /* DW_AT_name */ |
| 30 .2byte 2f - 1f /* DW_AT_location: DW_FORM_block2 */ | 30 .2byte 2f - 1f /* DW_AT_location: DW_FORM_block2 */ |
| 31 1: | 31 1: |
| (...skipping 27 matching lines...) Expand all Loading... |
| 59 .uleb128 0x4 /* (abbrev code) */ | 59 .uleb128 0x4 /* (abbrev code) */ |
| 60 .uleb128 0x34 /* (TAG: DW_TAG_variable) */ | 60 .uleb128 0x34 /* (TAG: DW_TAG_variable) */ |
| 61 .byte 0x0 /* DW_children_yes */ | 61 .byte 0x0 /* DW_children_yes */ |
| 62 .uleb128 0x3 /* (DW_AT_name) */ | 62 .uleb128 0x3 /* (DW_AT_name) */ |
| 63 .uleb128 0x8 /* (DW_FORM_string) */ | 63 .uleb128 0x8 /* (DW_FORM_string) */ |
| 64 .uleb128 0x02 /* (DW_AT_location) */ | 64 .uleb128 0x02 /* (DW_AT_location) */ |
| 65 .uleb128 0x3 /* (DW_FORM_block2) */ | 65 .uleb128 0x3 /* (DW_FORM_block2) */ |
| 66 .byte 0x0 | 66 .byte 0x0 |
| 67 .byte 0x0 | 67 .byte 0x0 |
| 68 .byte 0x0 | 68 .byte 0x0 |
| OLD | NEW |