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