Bug 777 - malloc/arena.c, elf/dl-load.c compile errors on hurd
Summary: malloc/arena.c, elf/dl-load.c compile errors on hurd
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: hurd (show other bugs)
Version: 2.3.4
: P2 normal
Target Milestone: ---
Assignee: Roland McGrath
URL:
Keywords:
Depends on:
Blocks: libc235
  Show dependency treegraph
 
Reported: 2005-03-05 09:48 UTC by Thomas Schwinge
Modified: 2018-04-20 13:29 UTC (History)
1 user (show)

See Also:
Host: i386-pc-gnu
Target: i386-pc-gnu
Build: i386-pc-gnu
Last reconfirmed: 2005-03-07 22:44:02
Project(s) to access:
ssh public key:
fweimer: security-


Attachments
patch for malloc/arena.c (824 bytes, patch)
2005-03-05 09:54 UTC, Thomas Schwinge
Details | Diff
patch for elf/dl-load.c (411 bytes, patch)
2005-03-05 09:54 UTC, Thomas Schwinge
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Schwinge 2005-03-05 09:48:39 UTC
#v+
CVSROOT:        /cvs/glibc
Module name:    libc
Changes by:     roland@sources.redhat.com       2005-03-01 20:30:31

Modified files:
        malloc         : arena.c

Log message:
        2005-03-01  Alfred M. Szmidt  <ams@gnu.org>

        * malloc/arena.c: #include <stdbool.h> outside of [SHARED &&
        USE_TLS && !USE___THREAD].

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/malloc/arena.c.diff?cvsroot=glibc&r1=1.13&r2=1.14
#v-

#v+
CVSROOT:        /cvs/glibc
Module name:    libc
Changes by:     roland@sources.redhat.com       2005-03-01 20:30:35

Modified files:
        elf            : dl-load.c

Log message:
        2005-03-01  Alfred M. Szmidt  <ams@gnu.org>

        * elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]:
        Add missing initializer.  

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/elf/dl-load.c.diff?cvsroot=glibc&r1=1.262&r2=1.263
#v-
Comment 1 Thomas Schwinge 2005-03-05 09:54:24 UTC
Created attachment 428 [details]
patch for malloc/arena.c
Comment 2 Thomas Schwinge 2005-03-05 09:54:55 UTC
Created attachment 429 [details]
patch for elf/dl-load.c
Comment 3 Sourceware Commits 2005-03-07 22:46:28 UTC
Subject: Bug 777

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-03-07 22:46:22

Modified files:
	elf            : dl-load.c 

Log message:
	2005-03-01  Alfred M. Szmidt  <ams@gnu.org>
	
	[BZ #777]
	* elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]:
	Add missing initializer.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/elf/dl-load.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.254.2.2&r2=1.254.2.3

Comment 4 Sourceware Commits 2005-03-07 22:46:29 UTC
Subject: Bug 777

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-03-07 22:46:25

Modified files:
	malloc         : arena.c 

Log message:
	2005-03-01  Alfred M. Szmidt  <ams@gnu.org>
	
	[BZ #777]
	* malloc/arena.c: #include <stdbool.h> outside of [SHARED &&
	USE_TLS && !USE___THREAD].

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/malloc/arena.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.13&r2=1.13.2.1

Comment 5 Jakub Jelinek 2005-03-15 07:58:37 UTC
Fixed in CVS.