forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dwarf.c (free_line_header): Don't free dirs if dirs_count == 0.
(read_line_header): Don't allocate dirs if dirs_count == 0. * edtest.c: New file. * edtest2.c: New file. * Makefile.am (edtest_SOURCES, edtest_LDADD): Define. (check_PROGRAMS): Add edtest. (edtest2_build.c, gen_edtest2_build): New targets. * Makefile.in: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248295 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
ian
committed
May 19, 2017
1 parent
0a0ee50
commit d8178f6
Showing
6 changed files
with
365 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
2017-05-19 Than McIntosh <[email protected]> | ||
|
||
* dwarf.c (free_line_header): Don't free dirs if dirs_count == 0. | ||
(read_line_header): Don't allocate dirs if dirs_count == 0. | ||
* edtest.c: New file. | ||
* edtest2.c: New file. | ||
* Makefile.am (edtest_SOURCES, edtest_LDADD): Define. | ||
(check_PROGRAMS): Add edtest. | ||
(edtest2_build.c, gen_edtest2_build): New targets. | ||
* Makefile.in: Rebuild. | ||
|
||
2017-03-08 Sam Thursfield <[email protected]> | ||
|
||
* btest.c (test5): Replace #ifdef guard with 'unused' attribute | ||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.