~ubuntu-branches/debian/sid/gdb/sid

« back to all changes in this revision

Viewing changes to gdb/mipsread.c

  • Committer: Package Import Robot
  • Author(s): Hector Oron
  • Date: 2012-01-28 00:41:20 UTC
  • mfrom: (1.4.9) (5.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20120128004120-bar1h77ark622noi
Tags: 7.4really-1
* New upstream release:
  - Many Python scripting improvements
  - Better support for ambiguous linespecs
  - Masked watchpoints
  - Tracepoint support improvements
  - Support for Texas Instruments TMS320C6x (tic6x-*-*)
  - A Renesas RL78 simulator (rl78-*-elf)
  - Some minor Remote protocol extensions and GDB/MI changes
* Temporarily disable gdb-multiarch and gdb-dbg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Read a symbol table in MIPS' format (Third-Eye).
2
2
 
3
 
   Copyright (C) 1986, 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
4
 
   1998, 1999, 2000, 2001, 2003, 2004, 2007, 2008, 2009, 2010, 2011
 
3
   Copyright (C) 1986-1987, 1989-1996, 1998-2001, 2003-2004, 2007-2012
5
4
   Free Software Foundation, Inc.
6
5
 
7
6
   Contributed by Alessandro Forin (af@cs.cmu.edu) at CMU.  Major work
240
239
                                 (file_ptr) 0, got_secsize))
241
240
    return;
242
241
 
243
 
  /* Find the number of local GOT entries and the index for the the
 
242
  /* Find the number of local GOT entries and the index for the
244
243
     first dynamic symbol in the GOT.  */
245
244
  for (dyninfo_p = dyninfo_secptr, dyninfo_end = dyninfo_p + dyninfo_secsize;
246
245
       dyninfo_p < dyninfo_end;