This is the mail archive of the binutils@sources.redhat.com 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]

[PATCH] Clean up ld docs (part 3 of 3)


Here is a fix for the glitch in part 1 of this change.  I had noticed that 
when Nick applied my change to the bfd docs, he moved the @node line out of 
fdl.texi into bfd.texinfo.  In the interest of keeping the fdl.texi file the 
same between bfd and ld (perhaps sometime we could have only one copy of this 
file?) , I made the same change for ld.  This was a problem because it broke 
the texinfo node defaulting.  (The bfd file doesn't use node defaulting so it 
didn't have the problem.) This patch moves the @node line back into fdl.texi.  
This is consistent with the fdl.texi file in GDB.  If you don't like this 
approach, an alternative would be to leave the @node line in ld.texinfo but 
change it to not require node defaulting.

I'm assuming this patch would be applied on top of part 1, so that it doesn't 
need a separate changelog entry.
diff -c3 ld.texinfo.orig ld.texinfo
*** ld.texinfo.orig	Fri Feb 14 15:39:43 2003
--- ld.texinfo	Fri Feb 14 15:32:03 2003
***************
*** 5457,5463 ****
  @var{secname}, only the @emph{first} sets the start address.
  @end table
  
- @node GNU Free Documentation License
  @include fdl.texi
  
  @node Index
--- 5457,5462 ----
diff -c3 fdl.texi.orig fdl.texi
*** fdl.texi.orig	Fri Feb 14 15:39:33 2003
--- fdl.texi	Fri Feb 14 15:32:11 2003
***************
*** 1,4 ****
--- 1,5 ----
  @c -*-texinfo-*-
+ @node GNU Free Documentation License
  @appendix GNU Free Documentation License
  @center Version 1.1, March 2000
  

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