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] Prevent broken sysv-style hash table when --hash-style=both


On Tuesday 17 January 2012 15:35:10 Kito Cheng wrote:
> Index: gold/layout.cc
> ===================================================================
> RCS file: /cvs/src/src/gold/layout.cc,v
> retrieving revision 1.222
> diff -r1.222 layout.cc
> 3835c3835
> <   if (strcmp(parameters->options().hash_style(), "sysv") == 0
> ---
> >   if (strcmp(parameters->options().hash_style(), "gnu") == 0

please submit patches in the unified diff format.  this is easy to do by default 
with cvs:
	$ echo 'diff -uNp' >> ~/.cvsrc
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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