From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4086 invoked by alias); 28 Jan 2008 11:48:39 -0000 Received: (qmail 4068 invoked by uid 22791); 28 Jan 2008 11:48:36 -0000 X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 28 Jan 2008 11:48:18 +0000 Received: from dijkstra.wildebeest.org ([192.168.1.29]) by gnu.wildebeest.org with esmtp (Exim 4.63) (envelope-from ) id 1JJSTH-0003Dc-EY for frysk@sourceware.org; Mon, 28 Jan 2008 12:48:15 +0100 Subject: Removing old elf/maps parsing fixes from libunwind From: Mark Wielaard To: frysk@sourceware.org Content-Type: text/plain Date: Mon, 28 Jan 2008 11:48:00 -0000 Message-Id: <1201520895.3230.27.camel@dijkstra.wildebeest.org> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-1.fc8) Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00045.txt.bz2 Hi, Since we aren't using these code path anymore I removed these patches from our libunwind copy. They are not wrong though. We just don't use them anymore and they make the diff between our version and upstream a little messy. frysk-imports/libunwind/ChangeLog 2007-01-25 Mark Wielaard Revert: 2006-09-20 Alexandre Oliva * src/os-linux.h (maps_next): Don't error out just because path is missing. * include/tdep-hppa/libunwind_i.h (tdep_get_elf_image): Add as and arg to the parameter list. * include/tdep-ia64/libunwind_i.h (tdep_get_elf_image): Ditto. * include/tdep-ppc64/libunwind_i.h (tdep_get_elf_image): Ditto. * include/tdep-x86/libunwind_i.h (tdep_get_elf_image): Ditto. * include/tdep-x86_64/libunwind_i.h (tdep_get_elf_image): Ditto. * src/elfxx.h (get_proc_name): Ditto. * src/elfxx.c (get_proc_name): Ditto. Adjust. * src/hppa/Ginit.c (get_static_proc_name): Adjust. * src/ia64/Ginit.c (get_static_proc_name): Ditto. * src/ppc64/Ginit.c (get_static_proc_name): Ditto. * src/x86/Ginit.c (get_static_proc_name): Ditto. * src/x86_64/Ginit.c (get_static_proc_name): Ditto. * src/ptrace/_UPT_find_proc_info.c (get_unwind_info): Ditto. * src/ptrace/_UPT_get_proc_name.c (_UPT_get_proc_name): Ditto. * src/os-hpux.c (tdep_get_elf_image): Ditto. * src/os-linux.c (tdep_get_elf_image): Ditto. Read in 1-page segments that start with the ELF magic. (MAX_VDSO_SIZE): New. 2007-04-25 Nurdin Premji * src/elfxx.h (elf_map_image): map image using MAP_32BIT to avoid address truncation issues in cross-platform unwinding. * src/os-linux.h: (tdep_get_elf_image) Ditto for VDSO section. * src/ptrace/_UPT_find_proc_info.c (_UPTi_find_unwind_table): Added dummy local address space for cross-platform unwinding. I'll post the original patches for upstream consideration. Cheers, Mark