OSDN Git Service

elfcpp/
authordavem <davem>
Wed, 16 Apr 2008 23:21:01 +0000 (23:21 +0000)
committerdavem <davem>
Wed, 16 Apr 2008 23:21:01 +0000 (23:21 +0000)
commit98543126ef17eeb1a2dac812ecaebbec3a0c6812
treeeebe34ed49a8dbf6fdd9ef032196925c951436c8
parentc6c9524ff9d42c3ec6766691af34310e379a2637
elfcpp/

* elfcpp.h (DF_1_NOW, DF_1_GLOBAL, DF_1_GROUP,
DF_1_NODELETE, DF_1_LOADFLTR, DF_1_INITFIRST,
DF_1_NOOPEN, DF_1_ORIGIN, DF_1_DIRECT, DF_1_TRANS,
DF_1_INTERPOSE, DF_1_NODEFLIB, DF_1_NODUMP,
DF_1_CONLFAT): New enum constants.

gold/

* options.h (DEFINE_enable): New macro.
(new_dtags): New enable option.
(initfirst, interpose, loadfltr, nodefaultlib,
nodelete, nodlopen, nodump): New -z options.
* layout.cc (Layout:finish_dynamic_section): If new
dtags enabled, emit DT_RUNPATH.  Also, emit a
DT_FLAGS_1 containing any specified -z flags.
elfcpp/ChangeLog
elfcpp/elfcpp.h
gold/ChangeLog
gold/layout.cc
gold/options.h