From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15044 invoked by alias); 1 Mar 2013 16:27:12 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 14970 invoked by uid 306); 1 Mar 2013 16:27:05 -0000 Date: Fri, 01 Mar 2013 16:27:00 -0000 Message-ID: <20130301162659.14911.qmail@sourceware.org> From: tromey@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] tromey/use-bfd-debuglink: reverse-20080717-branchpoint-13681-g0228cb4 X-Git-Refname: refs/heads/tromey/use-bfd-debuglink X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: 0228cb4342c18d35cde3b9024e23a989cd7ad8b7 X-SW-Source: 2013-q1/txt/msg00225.txt.bz2 List-Id: The branch, tromey/use-bfd-debuglink has been created at 0228cb4342c18d35cde3b9024e23a989cd7ad8b7 (commit) - Log ----------------------------------------------------------------- commit 0228cb4342c18d35cde3b9024e23a989cd7ad8b7 Author: Tom Tromey Date: Fri Mar 1 09:26:33 2013 -0700 add README.archer commit 56a34e46bc20eb4947dd208bf00b7325f55e2d1c Author: Tom Tromey Date: Fri Jan 25 13:33:19 2013 -0700 cache the file crc on the bfd * gdb_bfd.c (struct gdb_bfd_data) : New fields. (get_file_crc): Move from symfile.c. (gdb_bfd_crc): New function. * gdb_bfd.h (gdb_bfd_crc): Declare. * objfiles.h (struct objfile) : Remove. * symfile.c (get_file_crc): Move to gdb_bfd.c. (separate_debug_file_exists): Use gdb_bfd_crc. commit 5297ddaf901eff0a44d0bce2cd7ac2be709800ec Author: Tom Tromey Date: Fri Jan 25 13:17:52 2013 -0700 reuse another BFD function * opncls.c (bfd_get_debug_link_info): Rename from get_debug_link_info. Export. Update comment. (find_separate_debug_file): Update. * bfd-in2.h: Rebuild. * symfile.c (get_debug_link_info): Remove. (find_separate_debug_file_by_debuglink): Use bfd_get_debug_link_info. commit 42f88221d88686d4563720814a255724fa9b5a2d Author: Tom Tromey Date: Mon Jan 21 11:41:56 2013 -0700 remove gnu_debuglink_crc32 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32. * utils.c (gnu_debuglink_crc32): Remove. * utils.h (gnu_debuglink_crc32): Don't declare. ----------------------------------------------------------------------- hooks/post-receive -- Repository for Project Archer.