OSDN Git Service

Add basic exception frame header, plus test.
authorIan Lance Taylor <iant@google.com>
Wed, 26 Sep 2007 05:44:38 +0000 (05:44 +0000)
committerIan Lance Taylor <iant@google.com>
Wed, 26 Sep 2007 05:44:38 +0000 (05:44 +0000)
commit75b1b7e340b9174ff56cefa70b5db35d3d473064
tree7bb4ed3000010be285fd87c5e2af8bff8cdbddca
parent336e53476fc50eafa8d377caca014dab30682ab0
Add basic exception frame header, plus test.
14 files changed:
gold/Makefile.am
gold/Makefile.in
gold/ehframe.cc [new file with mode: 0644]
gold/ehframe.h [new file with mode: 0644]
gold/layout.cc
gold/layout.h
gold/po/POTFILES.in
gold/po/gold.pot
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in
gold/testsuite/exception_test.h [new file with mode: 0644]
gold/testsuite/exception_test_1.cc [new file with mode: 0644]
gold/testsuite/exception_test_2.cc [new file with mode: 0644]
gold/testsuite/exception_test_main.cc [new file with mode: 0644]