* options.h (General_options): Remove leading space from help
	messages for -nostdlib and --rosegment.
This commit is contained in:
Roland McGrath 2013-05-10 20:35:47 +00:00
parent 21ff46861c
commit 0c6e6c39ad
2 changed files with 221 additions and 215 deletions

View File

@ -1,3 +1,8 @@
2013-05-10 Roland McGrath <mcgrathr@google.com>
* options.h (General_options): Remove leading space from help
messages for -nostdlib and --rosegment.
2013-05-03 Maciej W. Rozycki <macro@codesourcery.com>
PR ld/15365
@ -14802,7 +14807,7 @@
* Added source code to GNU binutils.
Copyright (C) 2008-2012 Free Software Foundation, Inc.
Copyright (C) 2008-2013 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright

View File

@ -1,6 +1,7 @@
// options.h -- handle command line options for gold -*- C++ -*-
// Copyright 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
// Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2013
// Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of gold.