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 3.0/4 v3] MIPS/GAS: Record fake labels like regular ones


On Sat, 11 Dec 2010, Richard Sandiford wrote:

> >         gas/
> > 	* symbols.c (symbol_clone_if_forward_ref): Call tc_new_dot_label
> > 	for new fake labels created off the dot special symbol.
> >         * config/tc-mips.h (tc_new_dot_label): New macro.
> >         (mips_record_label): New prototype.
> > 	* config/tc-mips.c (my_getExpression): Remove MIPS16 fake label
> > 	annotation.
> > 	(s_cons, s_float_cons, s_gpword, s_gpdword): Only clear labels
> > 	recorded once data expressions have been evaluated.
> > 	(mips_define_label): Move code to record labels over to...
> > 	(mips_record_label): ... this new function.
> > 	* doc/internals.texi: Document tc_new_dot_label.
> 
> OK, thanks.  Watch the tabbing in the changelog entry.

 Ah, that's not going to be a problem -- I frequently paste these around 
with my mouse (gpm) and need to adjust the result in my mailer manually 
(which obviously I did not above), but I fix up actual entries committed 
with a suitable regexp. :)

  Maciej


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