public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/13550] New: Remove bounded pointers support
@ 2012-01-03 22:08 jsm28 at gcc dot gnu.org
  2012-01-07 16:07 ` [Bug libc/13550] " drepper.fsp at gmail dot com
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-01-03 22:08 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

             Bug #: 13550
           Summary: Remove bounded pointers support
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: jsm28@gcc.gnu.org
    Classification: Unclassified


--enable-bounded, BP_SYM, CHECK_BOUNDS_* etc. relate to a GCC feature removed
in 2002 and are no longer useful; the relics of that support should be removed
from glibc.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
@ 2012-01-07 16:07 ` drepper.fsp at gmail dot com
  2012-12-03 20:30 ` jsm28 at gcc dot gnu.org
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: drepper.fsp at gmail dot com @ 2012-01-07 16:07 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Ulrich Drepper <drepper.fsp at gmail dot com> 2012-01-07 16:06:40 UTC ---
The code is deliberately left in so that in case a similar feature becomes
available the changes can be taken advantage of.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
  2012-01-07 16:07 ` [Bug libc/13550] " drepper.fsp at gmail dot com
@ 2012-12-03 20:30 ` jsm28 at gcc dot gnu.org
  2013-01-31 23:06 ` jsm28 at gcc dot gnu.org
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-12-03 20:30 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |
         AssignedTo|drepper.fsp at gmail dot    |unassigned at sourceware
                   |com                         |dot org

--- Comment #2 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-12-03 20:30:07 UTC ---
Reopening, since this has been on the deprecation list
http://sourceware.org/glibc/wiki/Deprecation for some time and no-one has come
forward to do anything useful with this code
(http://sourceware.org/ml/libc-alpha/2012-01/msg00146.html is an example of
support for the removal).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
  2012-01-07 16:07 ` [Bug libc/13550] " drepper.fsp at gmail dot com
  2012-12-03 20:30 ` jsm28 at gcc dot gnu.org
@ 2013-01-31 23:06 ` jsm28 at gcc dot gnu.org
  2013-02-01  0:07 ` jsm28 at gcc dot gnu.org
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-01-31 23:06 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #3 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-01-31 23:05:31 UTC ---
First four removal commits (plenty more still to be done):

commit f3499f95c8610364264479d42d455a79f15c4c86
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Jan 31 23:01:01 2013 +0000

    Remove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES.

commit 32a45bea390b39e3be3cfa81c68a5892eaa539d2
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Jan 31 23:00:15 2013 +0000

    Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.

commit 2e8a5c8c46f0a897a2629131eb86d1cae8321234
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Jan 31 22:59:04 2013 +0000

    Remove bp-semctl.h and CHECK_SEMCTL.

commit c2d549290d24aeae30a328a6b4061f60f095dea2
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Jan 31 22:57:06 2013 +0000

    Remove bp-thunks code.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2013-01-31 23:06 ` jsm28 at gcc dot gnu.org
@ 2013-02-01  0:07 ` jsm28 at gcc dot gnu.org
  2013-02-01  6:37 ` jsm28 at gcc dot gnu.org
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-01  0:07 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #4 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-02-01 00:07:28 UTC ---
Next commit:

commit 3a7ac8a0f596bb73093212cd1109c1413777e1f8
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Feb 1 00:06:18 2013 +0000

    Remove bp-start.h and INIT_ARGV_and_ENVIRON.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2013-02-01  0:07 ` jsm28 at gcc dot gnu.org
@ 2013-02-01  6:37 ` jsm28 at gcc dot gnu.org
  2013-02-04 16:32 ` jsm28 at gcc dot gnu.org
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-01  6:37 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #5 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-02-01 06:37:12 UTC ---
Next commit:

ommit e782a927c24430100bf2008c96cd421a70285a7e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Feb 1 06:35:29 2013 +0000

    Remove BOUNDED_N and BOUNDED_1.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2013-02-01  6:37 ` jsm28 at gcc dot gnu.org
@ 2013-02-04 16:32 ` jsm28 at gcc dot gnu.org
  2013-02-08  1:14 ` jsm28 at gcc dot gnu.org
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-04 16:32 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #6 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-02-04 16:32:09 UTC ---
Next commit:

commit 6277fdabc074afa76ad5883a4b99cdf8e75de31a
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Feb 4 16:29:39 2013 +0000

    Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2013-02-04 16:32 ` jsm28 at gcc dot gnu.org
@ 2013-02-08  1:14 ` jsm28 at gcc dot gnu.org
  2013-02-08 20:42 ` jsm28 at gcc dot gnu.org
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-08  1:14 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #7 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-02-08 01:13:35 UTC ---
Next two commits:

commit f3aae3f3eb4e4345413dc238e941cdb52f747d16
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Feb 8 01:12:11 2013 +0000

    Remove CHECK_1 and CHECK_1_NULL_OK.

commit b2c9eff43c49d528c7ad3d0d91d03ccf0ae5ae0f
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Feb 8 01:10:40 2013 +0000

    Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2013-02-08  1:14 ` jsm28 at gcc dot gnu.org
@ 2013-02-08 20:42 ` jsm28 at gcc dot gnu.org
  2013-02-13 23:32 ` jsm28 at gcc dot gnu.org
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-08 20:42 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #8 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-02-08 20:41:41 UTC ---
Next commit:

commit a2da1673fe32540799c801e8aec374dc1c0e0596
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Feb 8 20:06:30 2013 +0000

    Remove CHECK_N and bp-checks.h.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2013-02-08 20:42 ` jsm28 at gcc dot gnu.org
@ 2013-02-13 23:32 ` jsm28 at gcc dot gnu.org
  2013-02-14 13:25 ` jsm28 at gcc dot gnu.org
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-13 23:32 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #9 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-02-13 23:32:06 UTC ---
Next commit:

Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Feb 13 23:30:40 2013 +0000

    Remove __ptrvalue, __bounded and __unbounded.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2013-02-13 23:32 ` jsm28 at gcc dot gnu.org
@ 2013-02-14 13:25 ` jsm28 at gcc dot gnu.org
  2013-02-15  0:53 ` jsm28 at gcc dot gnu.org
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-14 13:25 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #10 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-02-14 13:24:13 UTC ---
Next commit:

commit e97ed6ddbe0d53d616d93669826db225b12c3235
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Feb 14 13:12:02 2013 +0000

    Remove bp-sym.h and BP_SYM uses from C code.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2013-02-14 13:25 ` jsm28 at gcc dot gnu.org
@ 2013-02-15  0:53 ` jsm28 at gcc dot gnu.org
  2013-02-15 15:09 ` jsm28 at gcc dot gnu.org
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-15  0:53 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #11 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-02-15 00:53:09 UTC ---
Next commit:

commit 2bdd4ca6b6c38367e301042c2247395568c63ebd
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Feb 15 00:51:53 2013 +0000

    Remove miscellaneous bounded-pointers relics in C code.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2013-02-15  0:53 ` jsm28 at gcc dot gnu.org
@ 2013-02-15 15:09 ` jsm28 at gcc dot gnu.org
  2013-02-17 21:59 ` jsm28 at gcc dot gnu.org
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-15 15:09 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #12 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-02-15 15:08:56 UTC ---
Next commit:

commit daaa7713e9170ec42536b5a0e46b434dd84753a5
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Feb 15 15:07:54 2013 +0000

    Remove bounded-pointers build system support.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2013-02-15 15:09 ` jsm28 at gcc dot gnu.org
@ 2013-02-17 21:59 ` jsm28 at gcc dot gnu.org
  2013-02-19 21:59 ` jsm28 at gcc dot gnu.org
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-17 21:59 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #13 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-02-17 21:59:25 UTC ---
Next commit:

commit 2969121014b150036551c93a09da7686ffcac817
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sun Feb 17 21:57:26 2013 +0000

    Remove bounded-pointers handling from x86_64 assembly sources.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (12 preceding siblings ...)
  2013-02-17 21:59 ` jsm28 at gcc dot gnu.org
@ 2013-02-19 21:59 ` jsm28 at gcc dot gnu.org
  2013-02-21 22:23 ` jsm28 at gcc dot gnu.org
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-19 21:59 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #14 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-02-19 21:58:54 UTC ---
Next commit:

commit 92945b5261c412eb590b2b34c7ec9a035f0693a1
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Feb 19 21:58:08 2013 +0000

    Remove some bounded-pointers support from i386 .S files.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (13 preceding siblings ...)
  2013-02-19 21:59 ` jsm28 at gcc dot gnu.org
@ 2013-02-21 22:23 ` jsm28 at gcc dot gnu.org
  2013-02-28 21:25 ` jsm28 at gcc dot gnu.org
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-21 22:23 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #15 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-02-21 22:22:40 UTC ---
Next commit:

commit 2366713d874342c94f9362b0d6b2461e1c68dbc3
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Feb 21 22:21:52 2013 +0000

    Remove remaining bounded-pointers support from i386 .S files.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (14 preceding siblings ...)
  2013-02-21 22:23 ` jsm28 at gcc dot gnu.org
@ 2013-02-28 21:25 ` jsm28 at gcc dot gnu.org
  2013-02-28 21:31 ` jsm28 at gcc dot gnu.org
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-28 21:25 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #16 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-02-28 21:25:11 UTC ---
Next commit:

commit b5510883226aede4e54f9271bbfa9d5585038bde
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Feb 28 21:23:47 2013 +0000

    Remove powerpc32 bounded-pointers code.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (15 preceding siblings ...)
  2013-02-28 21:25 ` jsm28 at gcc dot gnu.org
@ 2013-02-28 21:31 ` jsm28 at gcc dot gnu.org
  2013-03-04 23:55 ` jsm28 at gcc dot gnu.org
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-02-28 21:31 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #17 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-02-28 21:31:09 UTC ---
Next commit:

commit c7a8ba94040820cd324e02babc2d340d395138fc
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Feb 28 21:28:57 2013 +0000

    Remove bounded-pointers relics from am33 code.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (16 preceding siblings ...)
  2013-02-28 21:31 ` jsm28 at gcc dot gnu.org
@ 2013-03-04 23:55 ` jsm28 at gcc dot gnu.org
  2013-03-06  0:12 ` jsm28 at gcc dot gnu.org
  2014-06-27 11:19 ` fweimer at redhat dot com
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-03-04 23:55 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

--- Comment #18 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-03-04 23:55:20 UTC ---
Next commit:

commit cfb6382a4f57226a8c012f67a95ae5502f0dc5b2
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Mar 4 23:53:05 2013 +0000

    Remove powerpc32 strncmp comments about bounded pointers.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (17 preceding siblings ...)
  2013-03-04 23:55 ` jsm28 at gcc dot gnu.org
@ 2013-03-06  0:12 ` jsm28 at gcc dot gnu.org
  2014-06-27 11:19 ` fweimer at redhat dot com
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-03-06  0:12 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13550

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #19 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-03-06 00:11:45 UTC ---
Final commit finishing the removal:

commit 2d67d91ac08aa2f793d220ad8712541fefa0ba79
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Mar 6 00:10:21 2013 +0000

    Remove powerpc64 bounded-pointers code.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug libc/13550] Remove bounded pointers support
  2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
                   ` (18 preceding siblings ...)
  2013-03-06  0:12 ` jsm28 at gcc dot gnu.org
@ 2014-06-27 11:19 ` fweimer at redhat dot com
  19 siblings, 0 replies; 21+ messages in thread
From: fweimer at redhat dot com @ 2014-06-27 11:19 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=13550

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2014-06-27 11:19 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-03 22:08 [Bug libc/13550] New: Remove bounded pointers support jsm28 at gcc dot gnu.org
2012-01-07 16:07 ` [Bug libc/13550] " drepper.fsp at gmail dot com
2012-12-03 20:30 ` jsm28 at gcc dot gnu.org
2013-01-31 23:06 ` jsm28 at gcc dot gnu.org
2013-02-01  0:07 ` jsm28 at gcc dot gnu.org
2013-02-01  6:37 ` jsm28 at gcc dot gnu.org
2013-02-04 16:32 ` jsm28 at gcc dot gnu.org
2013-02-08  1:14 ` jsm28 at gcc dot gnu.org
2013-02-08 20:42 ` jsm28 at gcc dot gnu.org
2013-02-13 23:32 ` jsm28 at gcc dot gnu.org
2013-02-14 13:25 ` jsm28 at gcc dot gnu.org
2013-02-15  0:53 ` jsm28 at gcc dot gnu.org
2013-02-15 15:09 ` jsm28 at gcc dot gnu.org
2013-02-17 21:59 ` jsm28 at gcc dot gnu.org
2013-02-19 21:59 ` jsm28 at gcc dot gnu.org
2013-02-21 22:23 ` jsm28 at gcc dot gnu.org
2013-02-28 21:25 ` jsm28 at gcc dot gnu.org
2013-02-28 21:31 ` jsm28 at gcc dot gnu.org
2013-03-04 23:55 ` jsm28 at gcc dot gnu.org
2013-03-06  0:12 ` jsm28 at gcc dot gnu.org
2014-06-27 11:19 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).