Fix 'the the' typo
This commit is contained in:
parent
f4fa50da5d
commit
1be5957932
@ -1,4 +1,9 @@
|
||||
2003-10-30 Marshall T. Vandegrift <llasram at wuli dot nu>
|
||||
2003-11-06 Bruno Rohee <bruno@rohee.com>
|
||||
|
||||
* ieee.c: Fix "the the" typo.
|
||||
* stabs.c: Likewise.
|
||||
|
||||
2003-10-30 Marshall T. Vandegrift <llasram@wuli.nu>
|
||||
|
||||
* readelf.c (dump_section): Do not dump the contents of SHT_NOBITS
|
||||
sections - they have no file space assigned to their contents.
|
||||
|
@ -1234,7 +1234,7 @@ parse_ieee_be (struct ieee_info *info, const bfd_byte **pp)
|
||||
switch (info->blockstack.bsp->kind)
|
||||
{
|
||||
case 2:
|
||||
/* When we end the global typedefs block, we copy out the the
|
||||
/* When we end the global typedefs block, we copy out the
|
||||
contents of info->vars. This is because the variable indices
|
||||
may be reused in the local blocks. However, we need to
|
||||
preserve them so that we can locate a function returning a
|
||||
|
@ -1993,7 +1993,7 @@ parse_stab_enum_type (void *dhandle, const char **pp)
|
||||
describing the type.
|
||||
|
||||
PP points to a character pointer that points to the next unconsumed token
|
||||
in the the stabs string. For example, given stabs "A:T4=s4a:1,0,32;;",
|
||||
in the stabs string. For example, given stabs "A:T4=s4a:1,0,32;;",
|
||||
*PP will point to "4a:1,0,32;;". */
|
||||
|
||||
static debug_type
|
||||
|
@ -1,3 +1,12 @@
|
||||
2003-11-06 Bruno Rohee <bruno@rohee.com>
|
||||
|
||||
* config/obj-vms.c: Fix "the the" typo.
|
||||
* doc/c-arm.texi: Likewise.
|
||||
|
||||
2003-11-06 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/obj-vms.c: Convert to ISO-C.
|
||||
|
||||
2003-11-05 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config/tc-ppc.h (TC_FORCE_RELOCATION): Only define for ELF and XCOFF.
|
||||
|
2267
gas/config/obj-vms.c
2267
gas/config/obj-vms.c
File diff suppressed because it is too large
Load Diff
@ -199,7 +199,7 @@ use this to determine the ABI being used by.
|
||||
|
||||
@cindex @code{-mapcs-float} command line option, ARM
|
||||
@item -mapcs-float
|
||||
This indicates the the floating point variant of the APCS should be
|
||||
This indicates the floating point variant of the APCS should be
|
||||
used. In this variant floating point arguments are passed in FP
|
||||
registers rather than integer registers.
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2003-11-06 Bruno Rohee <bruno@rohee.com>
|
||||
|
||||
* gprof.texi: Fix "the the" typo.
|
||||
|
||||
2003-10-30 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* gprof.texi (Compiling): Describe how to use gprof when source
|
||||
|
@ -1635,7 +1635,7 @@ gprof @var{executable-file} gmon.sum > @var{output-file}
|
||||
@section Estimating @code{children} Times
|
||||
|
||||
Some of the figures in the call graph are estimates---for example, the
|
||||
@code{children} time values and all the the time figures in caller and
|
||||
@code{children} time values and all the time figures in caller and
|
||||
subroutine lines.
|
||||
|
||||
There is no direct information about these measurements in the profile
|
||||
|
@ -1,3 +1,7 @@
|
||||
2003-11-06 Bruno Rohee <bruno@rohee.com>
|
||||
|
||||
* hp-symtab.h: Fix "the the" typo.
|
||||
|
||||
2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* bfdlink.h (bfd_elf_version_expr): Add "symbol" and remove
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,7 @@
|
||||
2003-11-06 Bruno Rohee <bruno@rohee.com>
|
||||
|
||||
* ls.texinfo: Fix "the the" typo.
|
||||
|
||||
2003-11-05 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Only do
|
||||
|
@ -5215,7 +5215,7 @@ that are not being renamed, and do @emph{not} use the
|
||||
@samp{--export-all-symbols} option. If you list only the
|
||||
renamed symbols in the DEF file, and use @samp{--export-all-symbols}
|
||||
to handle the other symbols, then the both the new names @emph{and}
|
||||
the original names for the the renamed symbols will be exported.
|
||||
the original names for the renamed symbols will be exported.
|
||||
In effect, you'd be aliasing those symbols, not renaming them,
|
||||
which is probably not what you wanted.
|
||||
@end table
|
||||
|
Loading…
x
Reference in New Issue
Block a user