In libobjc/: 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
commitc75534d1e6e8b62ea4dabf58c2deff1ac09796a7
authorNicola Pero <nicola.pero@meta-innovation.com>
Tue, 21 Dec 2010 13:44:04 +0000 (21 13:44 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Tue, 21 Dec 2010 13:44:04 +0000 (21 13:44 +0000)
tree7f571fa1e6bfcad3a54cae1509897fe496642bfa
parentcb227aa9ab85856f4906ff49caef1bcee87ec643
In libobjc/: 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>

In libobjc/:
2010-12-21  Nicola Pero  <nicola.pero@meta-innovation.com>

PR libobjc/45953
* selector.c (__sel_register_typed_name): When registering a new
selector with the same name as an existing one, reuse the existing
name string.  Also updated types, casts and comments in the whole
function.

In gcc/testsuite/:
2010-12-21  Nicola Pero  <nicola.pero@meta-innovation.com>

PR libobjc/45953
* objc.dg/libobjc-selector-1.m: New test.

From-SVN: r168115
gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/libobjc-selector-1.m [new file with mode: 0644]
libobjc/ChangeLog
libobjc/selector.c