This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gold: Add target defined default entry symbol


"Will Newton" <will.newton@gmail.com> writes:

> +2008-07-24  Will Newton  <will.newton@imgtec.com>
> +
> +	* target.h (class Target): Add entry_symbol method.
> +	(class Target::Target_info): Add entry_symbol field.
> +
> +	* ouput.cc (Output_file_header::entry): Get entry symbol from
> +	target if not defined as an option.
> +
> +	* i386.cc (Target_i386::i386_info): Define entry_symbol.
> +	* powerpc.cc (Target_powerpc::powerpc_info): Likewise.
> +	* sparc.cc (Target_sparc::sparc_info): Likewise.
> +	* x86_64.cc (Target_x86_64::x86_64_info): Likewise.
> +	* testsuite/testfile.cc (Target_test::test_target_info): Likewise.

This is OK.

Thanks.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]