diff options
author | aaronwl <aaronwl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-31 18:16:09 +0000 |
---|---|---|
committer | aaronwl <aaronwl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-31 18:16:09 +0000 |
commit | b23697a0937ca875410099b7a4c3726328bf60c6 (patch) | |
tree | b328e60219041f5efce26775a94b0efc7d64be7c /libgomp/ChangeLog | |
parent | 7d804f0444b23a9de39bb6c608f17c94e356cd28 (diff) | |
download | gcc-b23697a0937ca875410099b7a4c3726328bf60c6.tar.gz |
2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
* Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
* Makefile.in: Regenerated.
* testsuite/Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139838 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index d9e14eb06c6..1c122f052ba 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com> + + * Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined. + * Makefile.in: Regenerated. + * testsuite/Makefile.in: Regenerated. + 2008-08-21 Nathan Froyd <froydnj@codesourcery.com> * testsuite/libgomp.exp (libgomp_init): Only set things that |