Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chipKIT32/chipKIT32-MAX
Browse files Browse the repository at this point in the history
Former-commit-id: c296207
  • Loading branch information
msproul committed Jul 10, 2011
2 parents 35c1ef3 + 9d5ac60 commit a6f89c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -663,10 +663,10 @@ SECTIONS
/* DWARF 2 */
.debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
.debug_abbrev 0 : { *(.debug_abbrev) }
/DISCARD/ : { *(.debug_line) }
.debug_line 0 : { *(.debug_line) }
.debug_frame 0 : { *(.debug_frame) }
.debug_str 0 : { *(.debug_str) }
/DISCARD/ : { *(.debug_loc) }
.debug_loc 0 : { *(.debug_loc) }
.debug_macinfo 0 : { *(.debug_macinfo) }
/* SGI/MIPS DWARF 2 extensions */
.debug_weaknames 0 : { *(.debug_weaknames) }
Expand Down
Expand Up @@ -662,10 +662,10 @@ SECTIONS
/* DWARF 2 */
.debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
.debug_abbrev 0 : { *(.debug_abbrev) }
/DISCARD/ : { *(.debug_line) }
.debug_line 0 : { *(.debug_line) }
.debug_frame 0 : { *(.debug_frame) }
.debug_str 0 : { *(.debug_str) }
/DISCARD/ : { *(.debug_loc) }
.debug_loc 0 : { *(.debug_loc) }
.debug_macinfo 0 : { *(.debug_macinfo) }
/* SGI/MIPS DWARF 2 extensions */
.debug_weaknames 0 : { *(.debug_weaknames) }
Expand Down

0 comments on commit a6f89c2

Please sign in to comment.