]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/
authorThiago Jung Bauermann <bauerman@br.ibm.com>
Tue, 5 Jul 2011 04:35:00 +0000 (04:35 +0000)
committerThiago Jung Bauermann <bauerman@br.ibm.com>
Tue, 5 Jul 2011 04:35:00 +0000 (04:35 +0000)
* ada-lang.c: Fix typos.
* amd64-tdep.c: Likewise.
* breakpoint.c: Likewise.
* cli/cli-decode.c: Likewise.
* findcmd.c: Likewise.
* inline-frame.c: Likewise.
* mi/mi-main.c: Likewise.
* minsyms.c: Likewise.
* monitor.c: Likewise.
* monitor.h: Likewise.
* prologue-value.c: Likewise.
* reverse.c: Likewise.
* s390-tdep.c: Likewise.

gdb/testsuite/
* gdb.base/call-sc.c: Likewise.
* gdb.base/ifelse.exp: Likewise.
* gdb.base/structs.c: Likewise.

gdb/doc/
* gdb.texinfo: Likewise.

20 files changed:
gdb/ChangeLog
gdb/ada-lang.c
gdb/amd64-tdep.c
gdb/breakpoint.c
gdb/cli/cli-decode.c
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/findcmd.c
gdb/inline-frame.c
gdb/mi/mi-main.c
gdb/minsyms.c
gdb/monitor.c
gdb/monitor.h
gdb/prologue-value.c
gdb/reverse.c
gdb/s390-tdep.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/call-sc.c
gdb/testsuite/gdb.base/ifelse.exp
gdb/testsuite/gdb.base/structs.c

index 8d1fc9accf7e322b1fce7833f8f224574151e880..d85938cd7ea7b5e99319dba6a91ae82f9d01daed 100644 (file)
@@ -1,3 +1,19 @@
+2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
+
+       * ada-lang.c: Fix typos.
+       * amd64-tdep.c: Likewise.
+       * breakpoint.c: Likewise.
+       * cli/cli-decode.c: Likewise.
+       * findcmd.c: Likewise.
+       * inline-frame.c: Likewise.
+       * mi/mi-main.c: Likewise.
+       * minsyms.c: Likewise.
+       * monitor.c: Likewise.
+       * monitor.h: Likewise.
+       * prologue-value.c: Likewise.
+       * reverse.c: Likewise.
+       * s390-tdep.c: Likewise.
+
 2011-07-04  Joel Brobecker  <brobecker@adacore.com>
 
         * osabi.c (generic_elf_osabi_sniffer): Minor comment reformatting.
index 752af87dc98cfd418e7d199e0cb0c51aaf9b957c..4499873055401e758f71e1de5eaecbf0af228fcb 100644 (file)
@@ -8321,7 +8321,7 @@ ada_enum_name (const char *name)
 
   /* First, unqualify the enumeration name:
      1. Search for the last '.' character.  If we find one, then skip
-     all the preceeding characters, the unqualified name starts
+     all the preceding characters, the unqualified name starts
      right after that dot.
      2. Otherwise, we may be debugging on a target where the compiler
      translates dots into "__".  Search forward for double underscores,
index 4524f03ecff6489c4e5c3570dff8b290f3492273..de62ac702cb35da86e8ca2c9d3e34d4e1df296d2 100644 (file)
@@ -518,7 +518,7 @@ amd64_classify_aggregate (struct type *type, enum amd64_reg_class class[2])
   if (class[0] == AMD64_MEMORY || class[1] == AMD64_MEMORY)
     class[0] = class[1] = AMD64_MEMORY;
 
-  /* Rule (b): If SSEUP is not preceeded by SSE, it is converted to
+  /* Rule (b): If SSEUP is not preceded by SSE, it is converted to
      SSE.  */
   if (class[0] == AMD64_SSEUP)
     class[0] = AMD64_SSE;
index eae337ed40f3897c9089cd7b4d372bb396cc2a4c..802c8a17f118113dc612b5687a42e9c192e8789b 100644 (file)
@@ -8775,7 +8775,7 @@ break_range_command (char *arg, int from_tty)
 
   end = find_breakpoint_range_end (sal_end);
   if (sal_start.pc > end)
-    error (_("Invalid address range, end preceeds start."));
+    error (_("Invalid address range, end precedes start."));
 
   length = end - sal_start.pc + 1;
   if (length < 0)
index 33dc9660652c0897649bea8ac32db0daf4a9d677..744d52e1872b987db0a04f92ed27ce41d9253210 100644 (file)
@@ -1500,7 +1500,7 @@ deprecated_cmd_warning (char **text)
    
    If LINE refers to an alias, *alias will point to that alias.
    
-   If LINE is a postfix command (i.e. one that is preceeded by a prefix
+   If LINE is a postfix command (i.e. one that is preceded by a prefix
    command) set *prefix_cmd.
    
    Set *cmd to point to the command LINE indicates.
index 8595419c9c70c64ec34be58d1054cb318f3e4465..fa8042c4d5dc9e7bd43a91a53801cf470265d3d4 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
+
+       * gdb.texinfo: Fix typos.
+
 2011-07-01  Tom Tromey  <tromey@redhat.com>
 
        * gdb.texinfo (Debugging Output): Document set debug
index dbaf30e76088e769abcc3c8c304053f11e4c5237..129a46ba981cccff7a2ac19c3db545224f146816 100644 (file)
@@ -36715,7 +36715,7 @@ The register's size, in bits.
 @item regnum
 The register's number.  If omitted, a register's number is one greater
 than that of the previous register (either in the current feature or in
-a preceeding feature); the first register in the target description
+a preceding feature); the first register in the target description
 defaults to zero.  This register number is used to read or write
 the register; e.g.@: it is used in the remote @code{p} and @code{P}
 packets, and registers appear in the @code{g} and @code{G} packets
index 0255613e493a8f8ffa82cee5ef1793d642d27df8..7665a04a6d697e94db05329fd7f85b6d1fe61ed9 100644 (file)
@@ -151,7 +151,7 @@ parse_find_args (char *args, ULONGEST *max_countp,
       v = parse_to_comma_and_eval (&s);
       end_addr = value_as_address (v);
       if (start_addr > end_addr)
-       error (_("Invalid search space, end preceeds start."));
+       error (_("Invalid search space, end precedes start."));
       search_space_len = end_addr - start_addr + 1;
       /* We don't support searching all of memory
         (i.e. start=0, end = 0xff..ff).
index dc05b8a344939452abfeab4725456bbe04806809..62985940872dfc34e269443a0ac7a6de39eda6cc 100644 (file)
@@ -288,7 +288,7 @@ block_starting_point_at (CORE_ADDR pc, struct block *block)
   if (new_block == block || contained_in (new_block, block))
     return 0;
 
-  /* The immediately preceeding address belongs to a different block,
+  /* The immediately preceding address belongs to a different block,
      which is not a child of this one.  Treat this as an entrance into
      BLOCK.  */
   return 1;
index 7592a74e630486fd6f5af3bf3595be4c3ce9eecd..1634778a4970126471d2054a5e8a15476c157996 100644 (file)
@@ -1550,7 +1550,7 @@ mi_cmd_data_read_memory_bytes (char *command, char **argv, int argc)
 
 /* DATA-MEMORY-WRITE:
 
-   COLUMN_OFFSET: optional argument. Must be preceeded by '-o'. The
+   COLUMN_OFFSET: optional argument. Must be preceded by '-o'. The
    offset from the beginning of the memory grid row where the cell to
    be written is.
    ADDR: start address of the row in the memory grid where the memory
index 249675bb3da1f76c3fc03c056072d1516ae3163d..70871cd2caf077c001c58e991cce60befcaacbc3 100644 (file)
@@ -583,7 +583,7 @@ lookup_minimal_symbol_by_pc_section_1 (CORE_ADDR pc,
 
                  /* If we are looking for a trampoline and this is a
                     text symbol, or the other way around, check the
-                    preceeding symbol too.  If they are otherwise
+                    preceding symbol too.  If they are otherwise
                     identical prefer that one.  */
                  if (hi > 0
                      && MSYMBOL_TYPE (&msymbol[hi]) == other_type
index 90f36d9e721613393f8bfd74f816ce7d0f17d534..2eeb705c2249c8b2f5a0985fde63a1f9e9f3a6b1 100644 (file)
@@ -1864,7 +1864,7 @@ monitor_read_memory (CORE_ADDR memaddr, char *myaddr, int len)
 
   len = min (len, 16);
 
-  /* Some dumpers align the first data with the preceeding 16
+  /* Some dumpers align the first data with the preceding 16
      byte boundary.  Some print blanks and start at the
      requested boundary.  EXACT_DUMPADDR  */
 
index 0e9cae3994ddf1805b45df55deaff62bc0e5ca7a..77691c3fd6f869768475f0b29d4113f70e8066ff 100644 (file)
@@ -226,7 +226,7 @@ struct monitor_ops
 
 #define MO_PRINT_PROGRAM_OUTPUT 0x200000
 
-/* Some dump bytes commands align the first data with the preceeding
+/* Some dump bytes commands align the first data with the preceding
    16 byte boundary.  Some print blanks and start at the exactly the
    requested boundary.  */
 
index 46c5b689d3dc8fa6a9d17cbd191d3c2f594874b8..07047875811f3009f4270f771017555ae6a7a679 100644 (file)
@@ -399,7 +399,7 @@ pv_area_store_would_trash (struct pv_area *area, pv_t addr)
    This may return zero, if AREA has no entries.
 
    And since the entries are a ring, this may return an entry that
-   entirely preceeds OFFSET.  This is the correct behavior: depending
+   entirely precedes OFFSET.  This is the correct behavior: depending
    on the sizes involved, we could still overlap such an area, with
    wrap-around.  */
 static struct area_entry *
index b44c0d1f02270683c3712edf0fcd43582134b418..1437b406eced0ecd3e3496a356b5472066261a15 100644 (file)
@@ -184,7 +184,7 @@ delete_one_bookmark (int num)
   if (b == bookmark_chain)
     bookmark_chain = b->next;
 
-  /* Find bookmark preceeding "marked" one, so we can unlink.  */
+  /* Find bookmark preceding "marked" one, so we can unlink.  */
   if (b)
     {
       ALL_BOOKMARKS (b1)
index d9407efeb839eff2523d8c70d941e3add132cdca..ca7ecc789800248f3d1707140c4ad120eba7291a 100644 (file)
@@ -1307,7 +1307,7 @@ s390_in_function_epilogue_p (struct gdbarch *gdbarch, CORE_ADDR pc)
      exactly one case: when pc points to that branch instruction.
 
      Thus we try to disassemble the one instructions immediately
-     preceeding pc and check whether it is an LM-type instruction
+     preceding pc and check whether it is an LM-type instruction
      modifying the stack pointer.
 
      Note that disassembling backwards is not reliable, so there
index 81673a1f3639d72edd184e672490123a6a867ead..346f42798f7b2d41a78f7b6ea61b30805c7a4459 100644 (file)
@@ -1,3 +1,9 @@
+2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
+
+       * gdb.base/call-sc.c: Fix typos.
+       * gdb.base/ifelse.exp: Likewise.
+       * gdb.base/structs.c: Likewise.
+
 2011-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.cp/m-static.exp: Call get_compiler_info.
index 99810afd764322784bbe8b2339d06bc6c708948f..951e10166c106d41522b216643b6c1acacfa660f 100644 (file)
@@ -68,7 +68,7 @@ int main()
 
   /* An infinite loop that first clears all the variables and then
      calls the function.  This "hack" is to make re-testing easier -
-     "advance fun" is guaranteed to have always been preceeded by a
+     "advance fun" is guaranteed to have always been preceded by a
      global variable clearing zed call.  */
 
   zed ();
index 0a0bb0a369253d74a7a82221572f075765e7f548..adf23e7e57751955bc6f8da45ab98df5bca7ee38 100644 (file)
@@ -53,7 +53,7 @@ gdb_test_multiple "if 0\nend" $message {
 # This fails in GDB <=6.5
 
 # Unfortunately it was an uninitialised memory problem so
-# sometimes it just works. Preceed it with an if else end with
+# sometimes it just works. Precede it with an if else end with
 # bodies and hopefully the memory with be dirty and the problem
 # will show itself (this works at time of writing).
 
index d688cd0ee4217097db7a8f205805124f4ee8f026..c26b86ccda790431fd4d6c77ef0df77fb9415d6f 100644 (file)
@@ -433,7 +433,7 @@ int main()
   /* An infinite loop that first clears all the variables and then
      calls each function.  This "hack" is to make testing random
      functions easier - "advance funN" is guaranteed to have always
-     been preceeded by a global variable clearing zed call.  */
+     been preceded by a global variable clearing zed call.  */
 
   while (1)
     {