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: New warning for mingw cross


Hi NightStrike,

../../src/ld/ld.texinfo:4737: warning: `.' or `,' must follow @xref, not `t'.
I received this while building the x86_64-linux to x86_64-mingw cross compiler.

Anyone?

Sorry, my bad. A simple texi typo. I have applied the attached patch to fix it.


Cheers
  Nick

ld/ChangeLog
2008-06-04  Nick Clifton  <nickc@redhat.com>

* ld.texinfo (Orphan Sections): Fix texi typo.
Index: ld/ld.texinfo
===================================================================
RCS file: /cvs/src/src/ld/ld.texinfo,v
retrieving revision 1.214
diff -c -3 -p -r1.214 ld.texinfo
*** ld/ld.texinfo	4 Jun 2008 09:45:05 -0000	1.214
--- ld/ld.texinfo	4 Jun 2008 10:05:51 -0000
*************** For ELF targets, the attribute of the se
*** 4736,4742 ****
  well as section flag.
  
  If an orphaned section's name is representable as a C identifier then
! the linker will automatically @xref{PROVIDE} two symbols:
  __start_SECNAME and __end_SECNAME, where SECNAME is the name of the
  section.  These indicate the start address and end address of the
  orphaned section respectively.  Note: most section names are not
--- 4736,4742 ----
  well as section flag.
  
  If an orphaned section's name is representable as a C identifier then
! the linker will automatically @pxref{PROVIDE} two symbols:
  __start_SECNAME and __end_SECNAME, where SECNAME is the name of the
  section.  These indicate the start address and end address of the
  orphaned section respectively.  Note: most section names are not

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