X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Fdoc%2Fbfdint.texi;h=ebd8b70eef875f1bc9b6cfac9e7a22719601e091;hb=003ea5a89ab7e9eaa65cb158a953d63dac2612c6;hp=a138b0eb19964387b1bc78873934ee092dfe4611;hpb=a0eaec95753c0f093f5cb80080ef423030d35edd;p=platform%2Fupstream%2Fgdb.git diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi index a138b0e..ebd8b70 100644 --- a/bfd/doc/bfdint.texi +++ b/bfd/doc/bfdint.texi @@ -1,5 +1,5 @@ \input texinfo -@c Copyright (C) 1988-2014 Free Software Foundation, Inc. +@c Copyright (C) 1988-2015 Free Software Foundation, Inc. @setfilename bfdint.info @settitle BFD Internals @@ -14,7 +14,7 @@ @copying This file documents the internals of the BFD library. -Copyright @copyright{} 1988-2014 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2015 Free Software Foundation, Inc. Contributed by Cygnus Support. Permission is granted to copy, distribute and/or modify this document @@ -1548,7 +1548,7 @@ following: Define either @samp{TARGET_BIG_SYM} or @samp{TARGET_LITTLE_SYM}, or both, to a unique C name to use for the target vector. This name should appear in the list of target vectors in @file{targets.c}, and will also -have to appear in @file{config.bfd} and @file{configure.in}. Define +have to appear in @file{config.bfd} and @file{configure.ac}. Define @samp{TARGET_BIG_SYM} for a big-endian processor, @samp{TARGET_LITTLE_SYM} for a little-endian processor, and define both for a bi-endian processor.