This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: ARM mapping symbols
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Bruno De Bus <bdebus at elis dot ugent dot be>
- Cc: Richard Earnshaw <rearnsha at arm dot com>, Nick Clifton <nickc at redhat dot com>, binutils at sources dot redhat dot com
- Date: Tue, 09 Mar 2004 11:15:00 +0000
- Subject: Re: ARM mapping symbols
- Organization: ARM Ltd.
- Reply-to: Richard Earnshaw <rearnsha at arm dot com>
> ===================================================================
> RCS file: /cvs/src/src/gas/ChangeLog,v
> retrieving revision 1.2071
> diff -p -r1.2071 ChangeLog
> *** ChangeLog 7 Mar 2004 15:00:15 -0000 1.2071
> --- ChangeLog 9 Mar 2004 10:59:13 -0000
> ***************
> *** 1,3 ****
> --- 1,10 ----
> + 2004-03-09 Bruno De Bus <bdebus@elis.ugent.be>
> +
> + * config/tc-arm.c (mapping_state, s_ltorg, arm_cleanup):
> + Fixed arm mapping symbols
> + * config/tc-arm.h: moved the definition for the arm mapping
> + states here and added the state to each section
> +
Technically this is fine now -- over to you, Nick.
For future reference, ChangeLog entries should be sent as plain text not
diffs -- diffs rarely if ever apply cleanly and it just makes more work
for the poor sod who has to check the code in. Entries should be complete
sentences: start with a capital letter; end with a full stop.
Thanks for your contribution,
R.