From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24257 invoked by alias); 14 Nov 2008 09:57:35 -0000 Received: (qmail 24160 invoked by uid 9730); 14 Nov 2008 09:57:34 -0000 Date: Fri, 14 Nov 2008 09:57:00 -0000 Message-ID: <20081114095734.24158.qmail@sourceware.org> From: gingold@sourceware.org To: src-cvs@sourceware.org Subject: src/libiberty ChangeLog config.h-vms makefile.vms Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org X-SW-Source: 2008-q4/txt/msg00010.txt.bz2 CVSROOT: /cvs/src Module name: src Changes by: gingold@sourceware.org 2008-11-14 09:57:34 Modified files: libiberty : ChangeLog config.h-vms makefile.vms Log message: bfd/ 2008-11-14 Tristan Gingold * configure.com: Handle bfd_default_target_size, BFD_HOST_LONG_LONG, BFD_HOST_64BIT_LONG_LONG, BFD_HOSTPTR_T, bfd_file_ptr. Generate bfdver.h. * vms-hdr.c (_bfd_vms_write_hdr): Use strdup/free instead of alloca. * hosts/alphavms.h: Defines macros to bypass i18n. * makefile.vms (OBJS): Update file list. (DEFS): Remove VMS_DEBUG, const, add DEBUGDIR. (CFLAGS): Update flags. * bfdio.c (real_fopen): Add code specific to VMS: extract attributes from modes. binutils/ 2008-11-14 Tristan Gingold * configure.com: Get version from configure.in of bfd. * makefile.vms-in (DEBUG_OBJS): Add dwarf.obj. (CFLAGS): Update flags. include/ 2008-11-14 Tristan Gingold * fopen-vms.h (FOPEN_RB): Use a single string to match the standard prototype. (FOPEN_WB): Ditto. (FOPEN_AB): Ditto. (FOPEN_RUB): Ditto. (FOPEN_WUB): Ditto. (FOPEN_AUB): Ditto. libiberty/ 2008-11-14 Tristan Gingold * makefile.vms (OBJS): Update objects list. (CFLAGS): Update. (libiberty.olb): Remove alloca-conf.h dependency. * config.h-vms: Use new macro sets, use builtin alloca. opcodes/ 2008-11-14 Tristan Gingold * makefile.vms (OBJS): Update list of objects. (DEFS): Update (CFLAGS): Update. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.469&r2=1.470 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/config.h-vms.diff?cvsroot=src&r1=1.1.1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/makefile.vms.diff?cvsroot=src&r1=1.1.1.2&r2=1.2