From ebotcazou@sourceware.org Fri Apr 4 20:57:00 2014 From: ebotcazou@sourceware.org (ebotcazou@sourceware.org) Date: Fri, 04 Apr 2014 20:57:00 -0000 Subject: gdb and binutils branch master updated. 50f800063da5cfe4e7fc5f7056530d1802af398c Message-ID: <20140404205711.27850.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 50f800063da5cfe4e7fc5f7056530d1802af398c (commit) from abc9061b5c4d684da66945a9928d54a424cb6e4e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=50f800063da5cfe4e7fc5f7056530d1802af398c commit 50f800063da5cfe4e7fc5f7056530d1802af398c Author: Eric Botcazou Date: Fri Apr 4 22:54:42 2014 +0200 This fixes PR bootstrap/60620: * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. * Makefile.in: Regenerate. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ Makefile.def | 1 + Makefile.in | 1 + 3 files changed, 8 insertions(+), 0 deletions(-) hooks/post-receive -- gdb and binutils From jjohnstn@sourceware.org Fri Apr 4 21:52:00 2014 From: jjohnstn@sourceware.org (jjohnstn@sourceware.org) Date: Fri, 04 Apr 2014 21:52:00 -0000 Subject: src ChangeLog COPYING.NEWLIB Message-ID: <20140404215207.26346.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: jjohnstn@sourceware.org 2014-04-04 21:52:07 Modified files: . : ChangeLog COPYING.NEWLIB Log message: 2014-04-04 Jeff Johnston * COPYING.NEWLIB: Add to current TI license to include tirtos addition. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.1085&r2=1.1086 http://sourceware.org/cgi-bin/cvsweb.cgi/src/COPYING.NEWLIB.diff?cvsroot=src&r1=1.33&r2=1.34 From sivachandra@sourceware.org Mon Apr 7 21:10:00 2014 From: sivachandra@sourceware.org (sivachandra@sourceware.org) Date: Mon, 07 Apr 2014 21:10:00 -0000 Subject: gdb and binutils branch value_dynamic_type created. ff519ed3b11d2781e21b668d36674d672eb5ad54 Message-ID: <20140407211022.1354.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, value_dynamic_type has been created at ff519ed3b11d2781e21b668d36674d672eb5ad54 (commit) - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ff519ed3b11d2781e21b668d36674d672eb5ad54 commit ff519ed3b11d2781e21b668d36674d672eb5ad54 Author: Siva Chandra Date: Fri Mar 21 06:42:50 2014 -0700 [python] Fix gdb.Value.dynamic_type for reference values. gdb.Value.dynamic_type is supposed to work for reference and pointer values. However, the value object in the function 'valpy_get_dynamic_type' was being dereferenced using 'value_ind' irrespective of the value type being TYPE_CODE_PTR or TYPE_CODE_REF. This patch fixes that to use 'coerce_ref' for TYPE_CODE_REF values. ChangeLog: * python/py-value.c (valpy_get_dynamic_type): Use coerce_ref to dereference TYPE_CODE_REF values. testsuite/ * gdb.python/py-value.c: Improve test case. * gdb.python/py-value.exp: Add new test. ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils From sivachandra@sourceware.org Mon Apr 7 21:17:00 2014 From: sivachandra@sourceware.org (sivachandra@sourceware.org) Date: Mon, 07 Apr 2014 21:17:00 -0000 Subject: gdb and binutils branch value_dynamic_type deleted. ff519ed3b11d2781e21b668d36674d672eb5ad54 Message-ID: <20140407211720.8918.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, value_dynamic_type has been deleted was ff519ed3b11d2781e21b668d36674d672eb5ad54 - Log ----------------------------------------------------------------- ff519ed3b11d2781e21b668d36674d672eb5ad54 [python] Fix gdb.Value.dynamic_type for reference values. ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils From rsandifo@sourceware.org Thu May 1 20:49:00 2014 From: rsandifo@sourceware.org (rsandifo@sourceware.org) Date: Thu, 01 May 2014 20:49:00 -0000 Subject: gdb and binutils branch master updated. 39d1b2aef3c1dbbf31d82e555624afcbda9d58e7 Message-ID: <20140501204913.29016.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 39d1b2aef3c1dbbf31d82e555624afcbda9d58e7 (commit) from 3efe9ec51e506c4428906a18e88e664576fb715e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=39d1b2aef3c1dbbf31d82e555624afcbda9d58e7 commit 39d1b2aef3c1dbbf31d82e555624afcbda9d58e7 Author: Richard Sandiford Date: Thu May 1 21:49:01 2014 +0100 * config.sub, config.guess: Import from upstream. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 4 + config.guess | 192 ++++++++------------------------------------------------- config.sub | 19 +++--- 3 files changed, 41 insertions(+), 174 deletions(-) hooks/post-receive -- gdb and binutils From hjl@sourceware.org Fri May 2 15:28:00 2014 From: hjl@sourceware.org (hjl@sourceware.org) Date: Fri, 02 May 2014 15:28:00 -0000 Subject: gdb and binutils branch hjl/linux/master updated. 4346f84097cb0de3e397285fcdbb9bd0f9f82712 Message-ID: <20140502152805.7701.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, hjl/linux/master has been updated via 4346f84097cb0de3e397285fcdbb9bd0f9f82712 (commit) via f5dd86223ab8a7404ed548319f3a1c6389c82079 (commit) via bec0f0cd21fc94bb9743189dfef9868dc42a9f69 (commit) via ea437852a647d2dd6da32aadabf7561a961525fc (commit) via 43c001c7d638bde9f310fdc3a199e02036f7b205 (commit) via d5f59c10fc37e325d3fbad4ae7970c7cf0857b46 (commit) via 73589c9dbddc7906fa6a150f2a2a0ff6b746e8ba (commit) via a75fef0e5bc3bfeb4eac434c1c68831f55ab597d (commit) via 285fc9d8f8ed30b8a9d680fbf37e8f1843b95bc0 (commit) via 5d3b02f0036dbf39863fd24414e28f28a53ea1fd (commit) via b4429ea262cfbeb9a6ebd9308654b0883b19d1a5 (commit) via 48b6e87ef297136a6409c2c993c4626f28bbb4d1 (commit) via f159927f4d15d820a6eb615e33d68780db035c8d (commit) via d1c109de72f880ea2a761fccb41f330672674fd9 (commit) via cc75d373fdb9668f367959f99f0b67e056a6c18a (commit) via a7bdd4ed3f8396e707231cbb7ee989d2e8ba9d46 (commit) via 8b5c7890e8bfa3360339c303599fe5b0c9faa848 (commit) via 17617f2d366ca969ccbc784be4f75931a1afd20f (commit) via 5723a6fd0636bed6d278ab19f6ead31d748a7a78 (commit) via 614d5099da07f5899dfac9720f49b9f6f350c1bd (commit) via dac3e7103f2822b42ecbb58e40f70f7ccb802d42 (commit) via 2bca57bacc88e4d81fd92c72f1d4eb42c1372ac8 (commit) via 13cfc86c8705188e003035775a017f36c56f75bd (commit) via c9ffd2eaf8efea61f083a5c226df8aab0aea6e23 (commit) via 967b2c539ac8232a7922ed303106d1e5fde120d7 (commit) via 4525c51ab02e6fdd29017d353e5decaceaeb1000 (commit) via 51d481464ec03be1f5479ed648cc38fb944d7fc0 (commit) via 1bdad2e0421a56e16c0f4623e6320e1225cbe5ee (commit) via 4384b28422294779be111ac24fb34fb6bfe57b32 (commit) via 452216ab0978a5684aacc76a422efd910d7c15df (commit) via 8575cf7345408b513264484ccc72b6b14452be0c (commit) via bd1dce5fe56e4454e2c5ec17a1ebe685aeb9aea8 (commit) via cb22ccf4110d82441b8d56875419d871f10f3f8f (commit) via 7ce16bd4c4d5e6f6a48ca7fcf532720fec0406bf (commit) via 2ed3c037cf8aac5f6dbee5b6c2a1239550a04202 (commit) via 40d1a503c43cda6c04a637972e5635d803f46cde (commit) via 4c34aff883e4fcc958a2d2c98874a035efc07651 (commit) via 389b98f7d880c8551bec64f9e7fb0b05fa941de6 (commit) via 71e50e8314af251f153207192194eaffdf638f5e (commit) via 1568481a553b0071c397e6d5d79a8cae4133485b (commit) via 7a23c5494be60600d34527f5adeaa2a34b85fdb6 (commit) via 8000c58e455259951daa4370631aa616b367d1a7 (commit) via 22869d73e127511e177a6bd855f9b5dbe22b9eca (commit) via c4f87ca6dbe041e2a331e5054a76c9134f29d545 (commit) via fe28be73c7c22cc6eb1c3573f1be65c75e37d9b7 (commit) via 8056826a68e7cb370425c56703a52af98fa159fe (commit) via 751e54c92eb7846e3edcd9b8179051ab8174e5b5 (commit) via ab19de874b887743e0862e6680e561f6fc4f02fa (commit) via fc98a809db2b6792a47919d30c9bd3446f5a83ca (commit) via 8e63ef2f2539b7fd3f81f11d930b8bdf8daa9da1 (commit) via e89d3dee76bc7f2d4b967ce9238f7f22e0a7c147 (commit) via 47f8a1070c0619bf7698e6584f7196f06e529da0 (commit) via 12241a34d72fe9be70e8c7001b05764bb7e9738e (commit) via 40fd06d18832d52c9ab08914d8d5428ca68e5726 (commit) via 7d9ac5f946c94de300fb22962b53701d2b73c52d (commit) via 87fd9e6ed8fdac0661026b7d2a66a9b364fe4bc2 (commit) via bfb1f6c31687a01e2763a30c8ca92e0426afb725 (commit) via 099fc3ea4c68d257cc52c21844173d75873313b1 (commit) via 99fd8cfff7a9da67efc2e6c627176f5c767c6e7d (commit) via 91f43acd5d692518f95a901e92dec7dbb6347564 (commit) via 5da151d470a6c99ae6cbd5efa01f2a3b97261e59 (commit) via fa85fb9a1bf35209a149d07ebefb2a8970e4a27a (commit) via 35e5d2f0f81d97f9bd41586b1979345072b7989d (commit) via eb4c17106b7303565b8d0ce8b572fa64945d1e7d (commit) via 2d1baf521e08bc390d604aaf1326347cc130ce1f (commit) via 7dd6df0171796757f404a549c76f0d9b9192c849 (commit) via 170015c5a013f0036073ebc3d455c379371edc27 (commit) via b50c861487bb7d71185777193a9246bac81e4f26 (commit) via 3d567982aca11c85a7fa31f13046de3271d3afc8 (commit) via c848d64244912f9f411bec7b1c045bf14c72b61b (commit) via 0626fc76d1b95c1c5b158a9b0be17791aa9078f8 (commit) via dca325b370730f8cfd3b63ac848569bf58d8746c (commit) via 5854b38a00f8f5021e6d9b075e882aafcf2e91ed (commit) via 463bb9571be732fdbd3101bd6edd104c99ea4883 (commit) via 3dd170be2528487b4c200b531d7abda38d64634f (commit) via 5ecaaa66e0d056412ca95b3ac2e385b3e470a95c (commit) via 1612e0c0f973f3defdfb2e74b09ec93f3d819c79 (commit) via c451ebe5dd0c38617c74e0b6f0d5ef3188c25d56 (commit) via 1d42e4c4d85cb12ce07a5349b1b2e11dce2d077d (commit) via 9f1f738adae6b28c4f7db7e3607b4c224f1f7612 (commit) via 3c8452d46ac23d455c30438d0885a738e02b56e1 (commit) via 4ad88275f81a586e32e86351cc415a97d58ef448 (commit) via 80180f796d366d230822c07a15aa68971abf9d77 (commit) via 41f1ada5d2d4cff7a235644661ec30de156fd038 (commit) via a155684382884a471075e02b265b4dfbdbc79332 (commit) via da3a208854095a3e11d592aed2efdabe7c73ae11 (commit) via f87121158599eb6f6463092ecad0a988d3e3cd75 (commit) via 3c4630ee7e281aadf6ff24cb3b94919a84ab5f31 (commit) via 0be03e84176ab0077462b84ef236c56a7a0376fd (commit) via f180a1fb463a6a9ab4a883374120d16770486914 (commit) via d616f26a0480204b401470af5759ea2c60775644 (commit) via 191a8a90463a21431432b36bd33ac2197ea6e3af (commit) via 6b662e19e420d2ef28f14b985390977080bcd341 (commit) via 245a5f0b7429b03566eb3f57a92544218f33393c (commit) via 32ae0d80cd430150ad9536aa160f34f504e129bc (commit) via 58a84dcf29b735ee776536b4c51ba90b51612b71 (commit) via c8655f75e2f0fada311be193e3090087a77ec802 (commit) via 024e13b46f9c33d151ae82fd9d64c53092fd9313 (commit) via 1a237e0ee53bbdee97d72d794b5b42e774cc81c0 (commit) via 504f34326e5ae7c78ebfcdd6ed03c7403b42048b (commit) via 3bce82377f683870cc89925ff43aefb7dcce4a77 (commit) via 92b09522dc5a93ba4bda3c1c0b3c58264e357c8a (commit) via e1969afbd454c09c3aad1990305715f70bc47c3c (commit) via b86138fb0484f42db6cb83abed1e3d0ad2ec4eac (commit) via bcd629a44fff61527430f353cf77e20fe3afc395 (commit) via 04b19544ef6a97b62b2cc4a3170b900e046ab185 (commit) via 26cb189f8b46dbe7b2d485525329a8919005ca8a (commit) via 37c1ab67a35025d37d42c449deab5f254f9f59da (commit) via 729efb13174d6522fba4aa7ab273e7f25a253c47 (commit) via 0c9c3474029f5250b428274eaf63f7a349c6fc5f (commit) via 85cf705b9d4c2082e5c4a41126bf773ff435d3d2 (commit) via 322f9c2100806387b8ace4df7a2b940b03b3d703 (commit) via 1511baeca965fcf4cf36379c6b3f8a0b85263544 (commit) via 0a1478f501e2470165d469618ddd069e2c7e4f27 (commit) via d708bcd102465e520c56e8be3ca4c9097dd389cc (commit) via e4ef1b6c3fee295ab41138bf77a82dff16f1d7c3 (commit) via 9d497a19eabe25b3af1cdd50a957592ed22658e5 (commit) via bbaa46c0f3f297bf776d9a171a7442e8a6f7a024 (commit) via 7af20180c0c537c78aabf4cfa0e9ab2880a52877 (commit) via edf84efc4eae005d0e543e13cc51a751296e6aad (commit) via 2eec7d5ba1928301955f4da013072c3e2f69f4a0 (commit) via 00c06fdc57ab89d14789b5207763410a79c39a11 (commit) via 15a9128a964499b78bd70ef3d2dc73edce56d825 (commit) via 19e1c431f72007f8a7a6a8e8b2511c74f3e8a000 (commit) via bf7279d5358c47b90b89c4b6b5f8be9960120be2 (commit) via 62ebcb5cbedf0fdc0b5faaa05e46aa43ced2aa68 (commit) via e30d16e9ecd56cd2557b30ae1116946d772944b3 (commit) via 81b1ec4ff645501f0ea7fc32af34e96e1972b5c1 (commit) via 3f7df22100cfb9b0cd3d8aca02aef4d33355bb17 (commit) via b4ab4364239efcf0cec74e89a85d844d628138c0 (commit) via 9c97a0704e03c662b6afd92032c171fe6714b42d (commit) via 6c1799adabb2391ac088828501135cd0dd11b2da (commit) via 61e2488cd8497d158303a78563ad40f51f5c3f8e (commit) via ae1d276159c3cfb29caacdf567aea01f433f78b0 (commit) via ebb8ed8e946c7e48f64a3c2577403594c3971230 (commit) via 7af389b892404edc76e1a60c59b354b785378fa5 (commit) via 5e703181143d5eb3724115e5cbb59a6b294e6222 (commit) via 17c34b8f3d79369cfb3a3f9d37109a7051bd8ea4 (commit) via 86ad98c392e804eae299eb6226e16732a521a9b4 (commit) via 5063a42103f83b921b0b6899acdd5d4d920fdc36 (commit) via 27f0d6b4fe4888e3bb0bdc8e64af51c521fa9f1d (commit) via 8520f58492b37c82881e10db2e45a0932928c064 (commit) via 115c6d5c37ee70477adc3d8c45ec7d77c2278951 (commit) via 2cafe348f61bae1037dac338ba434ebf86c0d670 (commit) via 50f800063da5cfe4e7fc5f7056530d1802af398c (commit) via abc9061b5c4d684da66945a9928d54a424cb6e4e (commit) via c8420f045ffbe01d22015a98113714bae1cbd289 (commit) via 2cf200a4c8a850e6f696e572ea03f340eae97c8a (commit) via 26954155a64f1a6a24b96213a8ee2f5390e649c6 (commit) via ca148c5ad5baae432b763cc40d01333303ceb9db (commit) via 47c509326557dcef05608226b8d6428476289886 (commit) via 4ef27e045fbd5b9ec41685ea3843f65fc15827af (commit) via ffe54b3798db9112505e7f6b9d5e0d0b13823a29 (commit) via 4554c4528a3548320c020f9baf97485302624300 (commit) via c54a1dd8a203d6f161366a251b269a0ac9fad37a (commit) via b0aeadb398e0cea7a7f0ff3e6fb20c9aea98453c (commit) via b69c87280595b7ce4e956cb2a62278412f0722f7 (commit) via 1b6aeedbb8e8f6c65d228f0dab3dab522d2517bb (commit) via 92b1b67865c719e83d12578e584ca5e20d172eac (commit) via 965b60c9460bb63c3c6fbb749b6a2deb541f422f (commit) via 707e555b846bf0f529aaffcae9aac375ab3d6b3d (commit) via 9810b41048d4fc230ec5e124ecdead4a3a9598ec (commit) via 048ea17465ce5effe702895cd644fa3d9dd94680 (commit) via 2493504aa84aceffcdb5f3febddca03e7c3d8176 (commit) via c3fcb7757e59bc743db8dd71f9a66767b2167c29 (commit) via f0a5d95aae21532529061054fa13816d7adf81d8 (commit) via c4eb27e1db8ebff3c498871a715ffdd66e20880b (commit) via 31c981bc36b1b62cf8952f3eb9125f500f5bd7a8 (commit) via 4bfe997046bf63c6f3c3cf110aa78c2489c64244 (commit) via ae447ddd12cf05bc5bef90c4a3f53239b5bcf2f9 (commit) via 0a899fd5acf97c0c9af7c6548e2c0e132148cf78 (commit) via cad0da33dc43a207a7c4baf32223831b2d0ac60c (commit) via 7a79c51466c30188d49d03d3e3593c87e5a3345e (commit) via 5979d6b69b20a8355ea94b75fad97415fce4788c (commit) via cf2a3e990524cb794c75e0493169736dee6a660c (commit) via 0d60c28836dbad4a48e1e0e8702f7fd56fca9e53 (commit) via 23d72939765598839d20dfb70c986206bf7751ca (commit) via c275b681a57c50a6ed5d7cb5192be588fd451427 (commit) via a41f2563d040d86954ccda7faa4a8ad7bdbcae88 (commit) via 98d1b8dcd84bb39ba5d0731162f241890d4ce5f5 (commit) via 3114cea14b326c1d429388559f020103108b3019 (commit) via 62f7182c14492421b8d59ba5c6640d6c27ad6ea2 (commit) via 11a865c84fcf530d8d96d01566f4bde378f629a1 (commit) via 4658f0eaf5036d9e4e9b968d9f31366746029c10 (commit) via 770e7fc78c3c94195cacf2d7698a252d410886a1 (commit) via 76f0cad6f4e0fdfc4cfeee135b44b6a090919c60 (commit) via 72c56015dda568cdcce75dc0316aa768f922c2d7 (commit) via 46e2bafa7a77fb852862a89bca861ba39d9cdb8e (commit) via ddb223fe95bc5ab8a74b21b7390021ea8865ccb5 (commit) via c32c64b7a18f8b1337ed58b285d42763180aee05 (commit) via 7c0bc051fcae47b9f8620de156ddd744ec85309d (commit) via 97d8f0ee776d6bbeef9c529f2880dedbb659492e (commit) via 79771829be161fac84f4f5e84bab9212ade70d3f (commit) via 8547a0f90373aaba055bf179961f5225501e7079 (commit) via af910977fbd500214e93d0a9b3d61e707df6d93c (commit) via ed0251d24b7573e58fe22bea44c04887daedaa32 (commit) via d24e46e3e247e46eb2f5e7ebb5efd0f9fcc5fcdd (commit) via 9f75a539d8c84d25465cb6af1a24890bc67121ba (commit) via 8776cfe971c3917e924c669140746735f94439f4 (commit) via acd6540d35178e9fd1a98110798eeb8f878656e4 (commit) via 410a0ff2df3fa8d260c1c6d76172c65285968cea (commit) via 342587c49476ad7472419a3028267f2ddb03f4d8 (commit) via 33e80786374aa4de613e8c2a9d3002d9704fb037 (commit) via 1dbab08b0e074effc30661c9b894f7a75dd51c94 (commit) via 5d1ef36157a045cf9dd3356ed35ac24447e9cbd6 (commit) from 257f8802acce65d9b89f8fabf05210f0aa22b027 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4346f84097cb0de3e397285fcdbb9bd0f9f82712 commit 4346f84097cb0de3e397285fcdbb9bd0f9f82712 Author: H.J. Lu Date: Tue Apr 22 10:47:50 2014 -0700 Rebase binutils-secondary.patch against master https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f5dd86223ab8a7404ed548319f3a1c6389c82079 commit f5dd86223ab8a7404ed548319f3a1c6389c82079 Author: H.J. Lu Date: Tue Apr 22 10:37:14 2014 -0700 Update binutils-lto-mixed.patch against master https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bec0f0cd21fc94bb9743189dfef9868dc42a9f69 commit bec0f0cd21fc94bb9743189dfef9868dc42a9f69 Author: H.J. Lu Date: Tue Apr 22 10:36:47 2014 -0700 Pass --follow-symlinks to patch https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ea437852a647d2dd6da32aadabf7561a961525fc commit ea437852a647d2dd6da32aadabf7561a961525fc Merge: c8420f0 43c001c Author: H.J. Lu Date: Tue Apr 22 10:33:15 2014 -0700 Merge remote-tracking branch 'origin/master' into hjl/linux/master https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c8420f045ffbe01d22015a98113714bae1cbd289 commit c8420f045ffbe01d22015a98113714bae1cbd289 Merge: 257f880 2cf200a Author: H.J. Lu Date: Fri Apr 4 08:40:58 2014 -0700 Merge remote-tracking branch 'origin/master' into hjl/linux/master ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 + Makefile.def | 1 + Makefile.in | 1 + bfd/ChangeLog | 336 + bfd/Makefile.am | 14 +- bfd/Makefile.in | 21 +- bfd/archures.c | 11 +- bfd/bfd-in.h | 26 +- bfd/bfd-in2.h | 69 +- bfd/bfd.c | 10 +- bfd/coff-or32.c | 628 -- bfd/coffcode.h | 33 +- bfd/config.bfd | 44 +- bfd/configure | 6 +- bfd/configure.in | 11 +- bfd/cpu-openrisc.c | 44 - bfd/cpu-or1k.c | 59 + bfd/cpu-or32.c | 42 - bfd/doc/ChangeLog | 22 + bfd/doc/Makefile.am | 163 +- bfd/doc/Makefile.in | 163 +- bfd/elf-bfd.h | 11 +- bfd/elf.c | 5 +- bfd/elf32-avr.c | 182 +- bfd/elf32-nios2.c | 25 +- bfd/elf32-openrisc.c | 569 -- bfd/elf32-or1k.c | 2872 ++++++++ bfd/elf32-or32.c | 514 -- bfd/elf32-ppc.c | 135 +- bfd/elf64-alpha.c | 241 +- bfd/elfcode.h | 153 +- bfd/elflink.c | 19 +- bfd/elfnn-aarch64.c | 16 +- bfd/elfxx-mips.c | 51 +- bfd/libbfd.h | 29 +- bfd/libcoff-in.h | 8 + bfd/libcoff.h | 8 + bfd/libpei.h | 12 + bfd/mach-o-i386.c | 4 +- bfd/mach-o-target.c | 7 +- bfd/mach-o-x86-64.c | 7 +- bfd/mach-o.c | 1893 ++++-- bfd/mach-o.h | 60 +- bfd/peXXigen.c | 292 +- bfd/reloc.c | 64 +- bfd/targets.c | 9 +- bfd/version.h | 2 +- binutils/ChangeLog | 71 + binutils/ar.c | 6 +- binutils/nm.c | 7 +- binutils/objcopy.c | 7 + binutils/od-macho.c | 668 ++- binutils/readelf.c | 28 +- binutils/testsuite/ChangeLog | 7 + .../testsuite/binutils-all/dw2-decodedline-1.S | 16 + binutils/testsuite/binutils-all/objcopy.exp | 1 - binutils/testsuite/binutils-all/objdump.exp | 15 +- cpu/ChangeLog | 10 + cpu/openrisc.cpu | 774 -- cpu/openrisc.opc | 164 - cpu/or1k.cpu | 131 + cpu/or1k.opc | 421 ++ cpu/or1kcommon.cpu | 360 + cpu/or1korbis.cpu | 1080 +++ cpu/or1korfpx.cpu | 222 + elfcpp/ChangeLog | 33 + elfcpp/elfcpp.h | 10 +- elfcpp/mips.h | 143 +- gas/ChangeLog | 199 + gas/Makefile.am | 6 +- gas/Makefile.in | 43 +- gas/NEWS | 2 + gas/config/obj-coff.h | 5 - gas/config/tc-aarch64.h | 2 +- gas/config/tc-alpha.h | 3 +- gas/config/tc-arc.c | 6 +- gas/config/tc-arc.h | 10 +- gas/config/tc-arm.c | 25 +- gas/config/tc-arm.h | 3 +- gas/config/tc-avr.c | 188 +- gas/config/tc-avr.h | 49 +- gas/config/tc-cr16.c | 5 +- gas/config/tc-cr16.h | 7 +- gas/config/tc-crx.h | 3 +- gas/config/tc-hppa.c | 14 +- gas/config/tc-hppa.h | 6 +- gas/config/tc-i386.c | 15 +- gas/config/tc-i386.h | 7 +- gas/config/tc-ia64.c | 11 +- gas/config/tc-ia64.h | 5 +- gas/config/tc-m32c.c | 5 +- gas/config/tc-m32c.h | 7 +- gas/config/tc-microblaze.c | 9 +- gas/config/tc-microblaze.h | 10 +- gas/config/tc-mips.c | 2 + gas/config/tc-mn10300.c | 3 +- gas/config/tc-mn10300.h | 7 +- gas/config/tc-nios2.c | 31 +- gas/config/tc-nios2.h | 6 +- gas/config/tc-ns32k.c | 3 +- gas/config/tc-ns32k.h | 3 +- gas/config/tc-openrisc.c | 362 - gas/config/tc-openrisc.h | 61 - gas/config/tc-or1k.c | 362 + gas/config/tc-or1k.h | 79 + gas/config/tc-or32.c | 966 --- gas/config/tc-or32.h | 56 - gas/config/tc-pj.c | 3 +- gas/config/tc-pj.h | 7 +- gas/config/tc-ppc.c | 158 +- gas/config/tc-ppc.h | 8 + gas/config/tc-rl78.c | 14 +- gas/config/tc-rl78.h | 2 +- gas/config/tc-rx.c | 5 +- gas/config/tc-rx.h | 7 +- gas/config/tc-sh.c | 5 +- gas/config/tc-sh.h | 7 +- gas/config/tc-sparc.c | 18 +- gas/config/tc-sparc.h | 7 +- gas/config/tc-tic54x.c | 5 +- gas/config/tc-tic54x.h | 6 +- gas/config/tc-tic6x.c | 5 +- gas/config/tc-tic6x.h | 8 +- gas/config/tc-tilegx.h | 2 +- gas/config/tc-tilepro.h | 2 +- gas/config/tc-v850.c | 35 +- gas/config/tc-v850.h | 5 +- gas/config/tc-vax.c | 39 +- gas/config/tc-vax.h | 5 +- gas/config/tc-xstormy16.c | 5 +- gas/config/tc-xstormy16.h | 3 +- gas/config/tc-z80.h | 2 +- gas/configure | 4 +- gas/configure.in | 4 +- gas/configure.tgt | 10 +- gas/doc/as.texinfo | 2 +- gas/doc/c-avr.texi | 4 + gas/doc/c-mips.texi | 1 + gas/dwarf2dbg.c | 8 +- gas/read.c | 86 +- gas/read.h | 10 +- gas/testsuite/ChangeLog | 34 + gas/testsuite/gas/all/gas.exp | 2 +- gas/testsuite/gas/avr/avr.exp | 24 + gas/testsuite/gas/avr/diffreloc_withrelax.d | 16 + gas/testsuite/gas/avr/noreloc_withoutrelax.d | 11 + gas/testsuite/gas/avr/relax.s | 12 + gas/testsuite/gas/avr/rmw.d | 23 + gas/testsuite/gas/avr/rmw.s | 32 + gas/testsuite/gas/elf/warn-2.s | 4 +- gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/se1.d | 13 + gas/testsuite/gas/i386/se1.s | 7 + gas/testsuite/gas/i386/x86-64-se1.d | 13 + gas/testsuite/gas/i386/x86-64-se1.s | 7 + gas/testsuite/gas/lns/lns-common-1-or1k.s | 25 + gas/testsuite/gas/lns/lns.exp | 3 +- gas/testsuite/gas/openrisc/addi.d | 10 - gas/testsuite/gas/openrisc/addi.s | 4 - gas/testsuite/gas/openrisc/allinsn.d | 201 - gas/testsuite/gas/openrisc/allinsn.exp | 24 - gas/testsuite/gas/openrisc/allinsn.s | 260 - gas/testsuite/gas/openrisc/lohi.d | 13 - gas/testsuite/gas/openrisc/lohi.s | 7 - gas/testsuite/gas/openrisc/store.d | 13 - gas/testsuite/gas/openrisc/store.s | 7 - gas/testsuite/gas/or1k/allinsn.d | 689 ++ gas/testsuite/gas/or1k/allinsn.exp | 5 + gas/testsuite/gas/or1k/allinsn.s | 677 ++ gas/write.c | 2 +- gdb/ChangeLog | 727 ++ gdb/NEWS | 10 + gdb/aarch64-linux-tdep.c | 26 +- gdb/ada-exp.y | 488 +- gdb/ada-lang.c | 113 +- gdb/ada-lang.h | 3 +- gdb/ada-lex.l | 54 +- gdb/alpha-linux-nat.c | 2 +- gdb/arm-linux-tdep.c | 26 +- gdb/avr-tdep.c | 9 +- gdb/breakpoint.c | 186 +- gdb/c-exp.y | 734 ++- gdb/c-lang.h | 3 +- gdb/c-typeprint.c | 25 +- gdb/coffread.c | 6 +- gdb/cp-namespace.c | 45 +- gdb/cp-support.c | 25 +- gdb/cp-valprint.c | 2 + gdb/ctf.c | 108 +- gdb/d-valprint.c | 1 + gdb/darwin-nat.c | 160 +- gdb/doc/ChangeLog | 9 + gdb/doc/gdb.texinfo | 58 +- gdb/dwarf2-frame.c | 10 +- gdb/dwarf2loc.c | 127 +- gdb/dwarf2loc.h | 28 + gdb/dwarf2read.c | 251 +- gdb/eval.c | 81 +- gdb/f-exp.y | 281 +- gdb/f-lang.h | 3 +- gdb/findvar.c | 46 +- gdb/frame.c | 31 +- gdb/frame.h | 7 + gdb/gdbarch.c | 4 +- gdb/gdbarch.h | 6 +- gdb/gdbarch.sh | 4 +- gdb/gdbserver/ChangeLog | 15 + gdb/gdbserver/linux-low.c | 2 +- gdb/gdbserver/mem-break.c | 16 +- gdb/gdbserver/mem-break.h | 9 +- gdb/gdbserver/server.c | 18 +- gdb/gdbtypes.c | 281 +- gdb/gdbtypes.h | 100 +- gdb/go-exp.y | 268 +- gdb/go-lang.h | 4 +- gdb/guile/scm-value.c | 5 +- gdb/i386-tdep.c | 88 +- gdb/inferior.h | 16 +- gdb/infrun.c | 12 +- gdb/inline-frame.c | 11 +- gdb/jv-exp.y | 368 +- gdb/jv-lang.h | 3 +- gdb/jv-valprint.c | 1 + gdb/language.c | 4 +- gdb/language.h | 3 +- gdb/m2-exp.y | 275 +- gdb/m2-lang.h | 3 +- gdb/m2-valprint.c | 2 +- gdb/mdebugread.c | 4 +- gdb/objc-lang.c | 8 +- gdb/objc-lang.h | 3 +- gdb/p-exp.y | 352 +- gdb/p-lang.h | 3 +- gdb/parse.c | 280 +- gdb/parser-defs.h | 83 +- gdb/ppc-linux-tdep.c | 6 +- gdb/psymtab.c | 15 +- gdb/python/py-value.c | 5 +- gdb/s390-linux-tdep.c | 8 +- gdb/solib-darwin.c | 20 +- gdb/solib.c | 16 +- gdb/spu-tdep.c | 69 +- gdb/stabsread.c | 11 +- gdb/stap-probe.c | 64 +- gdb/stap-probe.h | 6 + gdb/symfile-mem.c | 38 +- gdb/symfile.c | 55 +- gdb/symfile.h | 2 + gdb/symtab.c | 60 +- gdb/symtab.h | 4 - gdb/testsuite/ChangeLog | 331 + gdb/testsuite/boards/native-stdio-gdbserver.exp | 54 +- gdb/testsuite/boards/remote-stdio-gdbserver.exp | 38 +- gdb/testsuite/gdb.ada/mi_dyn_arr.exp | 52 + gdb/testsuite/gdb.ada/mi_dyn_arr/foo.adb | 24 + gdb/testsuite/gdb.ada/mi_dyn_arr/pck.adb | 30 + gdb/testsuite/gdb.ada/mi_dyn_arr/pck.ads | 21 + gdb/testsuite/gdb.arch/ppc64-atomic-inst.S | 61 + gdb/testsuite/gdb.arch/ppc64-atomic-inst.c | 44 - gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp | 32 +- gdb/testsuite/gdb.base/completion.exp | 15 +- gdb/testsuite/gdb.base/cond-eval-mode.c | 53 + gdb/testsuite/gdb.base/cond-eval-mode.exp | 112 +- gdb/testsuite/gdb.base/memattr.exp | 115 +- ...core-relro-lib.c => print-symbol-loading-lib.c} | 0 ...re-relro-main.c => print-symbol-loading-main.c} | 0 gdb/testsuite/gdb.base/print-symbol-loading.exp | 144 + gdb/testsuite/gdb.base/printcmds.exp | 727 +- gdb/testsuite/gdb.base/setshow.exp | 4 +- gdb/testsuite/gdb.base/setvar.exp | 21 +- gdb/testsuite/gdb.base/source-dir.exp | 4 +- gdb/testsuite/gdb.base/sym-file-loader.c | 182 +- gdb/testsuite/gdb.base/sym-file-loader.h | 77 +- gdb/testsuite/gdb.base/sym-file-main.c | 28 +- gdb/testsuite/gdb.base/sym-file.exp | 56 +- gdb/testsuite/gdb.base/vla-datatypes.c | 86 + gdb/testsuite/gdb.base/vla-datatypes.exp | 139 + gdb/testsuite/gdb.base/vla-ptr.c | 58 + gdb/testsuite/gdb.base/vla-ptr.exp | 41 + gdb/testsuite/gdb.base/vla-sideeffect.c | 42 + gdb/testsuite/gdb.base/vla-sideeffect.exp | 89 + gdb/testsuite/gdb.cp/classes.exp | 2 +- gdb/testsuite/gdb.cp/cpsizeof.cc | 71 + gdb/testsuite/gdb.cp/cpsizeof.exp | 40 + gdb/testsuite/gdb.cp/enum-class.cc | 46 + gdb/testsuite/gdb.cp/enum-class.exp | 48 + gdb/testsuite/gdb.cp/namelessclass.S | 890 +++ gdb/testsuite/gdb.cp/namelessclass.cc | 46 + gdb/testsuite/gdb.cp/namelessclass.exp | 52 + gdb/testsuite/gdb.cp/var-tag.cc | 44 + gdb/testsuite/gdb.cp/var-tag.exp | 99 + gdb/testsuite/gdb.dwarf2/corrupt.c | 24 + gdb/testsuite/gdb.dwarf2/corrupt.exp | 77 + gdb/testsuite/gdb.dwarf2/count.exp | 125 + gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.exp | 2 +- gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.exp | 4 + gdb/testsuite/gdb.dwarf2/dw2-anon-mptr.exp | 2 + .../gdb.dwarf2/dw2-double-set-die-type.exp | 1 + gdb/testsuite/gdb.dwarf2/dw2-inheritance.exp | 1 + gdb/testsuite/gdb.dwarf2/enum-type.exp | 81 + gdb/testsuite/gdb.gdb/selftest.exp | 8 +- gdb/testsuite/gdb.guile/scm-value.c | 2 + gdb/testsuite/gdb.guile/scm-value.exp | 2 + gdb/testsuite/gdb.java/jnpe.exp | 2 +- gdb/testsuite/gdb.mi/mi-break.exp | 26 +- gdb/testsuite/gdb.mi/mi-simplerun.exp | 9 - gdb/testsuite/gdb.mi/mi-vla-c99.exp | 82 + gdb/testsuite/gdb.mi/non-stop.c | 2 +- gdb/testsuite/gdb.mi/vla.c | 37 + gdb/testsuite/gdb.opt/inline-break.exp | 4 +- gdb/testsuite/gdb.opt/inline-bt.exp | 16 + gdb/testsuite/gdb.python/py-frame-inline.c | 4 +- gdb/testsuite/gdb.python/py-frame-inline.exp | 14 + gdb/testsuite/gdb.python/py-value.c | 2 + gdb/testsuite/gdb.python/py-value.exp | 2 + gdb/testsuite/gdb.threads/staticthreads.c | 2 +- gdb/testsuite/gdb.trace/mi-traceframe-changed.exp | 20 +- gdb/testsuite/gdb.trace/tfile.exp | 10 +- gdb/testsuite/lib/compiler.c | 4 + gdb/testsuite/lib/compiler.cc | 4 + gdb/testsuite/lib/gdb.exp | 37 +- gdb/testsuite/lib/gdbserver-support.exp | 15 +- gdb/testsuite/lib/trace-support.exp | 27 + gdb/tracefile-tfile.c | 58 +- gdb/tracefile.c | 61 + gdb/tracefile.h | 2 + gdb/utils.c | 18 + gdb/utils.h | 4 + gdb/valops.c | 104 +- gdb/valprint.c | 2 +- gdb/value.c | 20 +- gdb/value.h | 9 +- gdb/varobj.c | 11 +- gdb/windows-nat.c | 49 +- gold/ChangeLog | 31 + gold/configure | 76 +- gold/configure.ac | 31 +- gold/copy-relocs.cc | 32 +- gold/copy-relocs.h | 30 +- gold/icf.cc | 16 +- gold/layout.cc | 8 +- gold/target.h | 10 + gold/testsuite/Makefile.am | 15 +- gold/testsuite/Makefile.in | 14 +- include/ChangeLog | 8 + include/coff/ChangeLog | 13 + include/coff/internal.h | 116 +- include/coff/or32.h | 288 - include/coff/pe.h | 49 +- include/dis-asm.h | 4 +- include/elf/ChangeLog | 7 + include/elf/avr.h | 3 + include/elf/common.h | 11 +- include/elf/openrisc.h | 39 - include/elf/or1k.h | 65 + include/elf/or32.h | 56 - include/mach-o/ChangeLog | 19 + include/mach-o/external.h | 18 + include/mach-o/loader.h | 66 +- include/mach-o/unwind.h | 2 +- include/opcode/ChangeLog | 4 + include/opcode/or32.h | 181 - ld/ChangeLog | 105 +- ld/Makefile.am | 43 +- ld/Makefile.in | 50 +- ld/NEWS | 6 + ld/configure | 17 +- ld/configure.in | 12 - ld/configure.tgt | 15 +- ld/emulparams/elf32openrisc.sh | 11 - ld/emulparams/elf32or1k.sh | 14 + ld/emulparams/elf32or1k_linux.sh | 5 + ld/emulparams/i386pe.sh | 1 - ld/emulparams/i386pep.sh | 1 - ld/emulparams/or32.sh | 5 - ld/emulparams/or32elf.sh | 9 - ld/emultempl/alphaelf.em | 1 + ld/emultempl/default-manifest.rc | 28 - ld/emultempl/elf32.em | 112 +- ld/emultempl/nds32elf.em | 1 + ld/emultempl/pe.em | 233 +- ld/emultempl/pep.em | 234 +- ld/emultempl/ppc32elf.em | 41 + ld/emultempl/spuelf.em | 2 +- ld/ld.texinfo | 37 +- ld/ldbuildid.c | 158 + ld/ldbuildid.h | 39 + ld/ldlang.c | 2 +- ld/ldmain.c | 14 + ld/po/POTFILES.in | 2 + ld/scripttempl/or32.sc | 37 - ld/scripttempl/pe.sc | 20 +- ld/scripttempl/pep.sc | 20 +- ld/testsuite/ChangeLog | 73 + ld/testsuite/ld-aarch64/eh-frame.d | 4 +- ld/testsuite/ld-aarch64/tls-relax-gdesc-ie.s | 2 +- ld/testsuite/ld-avr/avr.exp | 31 + ld/testsuite/ld-avr/norelax_diff.d | 13 + ld/testsuite/ld-avr/relax.s | 12 + ld/testsuite/ld-avr/relax_diff.d | 14 + ld/testsuite/ld-discard/extern.d | 2 +- ld/testsuite/ld-discard/start.d | 2 +- ld/testsuite/ld-discard/static.d | 2 +- ld/testsuite/ld-elf/eh-frame-hdr.d | 2 +- ld/testsuite/ld-elf/group1.d | 2 +- ld/testsuite/ld-elf/group3b.d | 2 +- ld/testsuite/ld-elf/group8a.d | 2 +- ld/testsuite/ld-elf/group8b.d | 2 +- ld/testsuite/ld-elf/group9a.d | 2 +- ld/testsuite/ld-elf/group9b.d | 2 +- ld/testsuite/ld-elf/linkonce2.d | 2 +- ld/testsuite/ld-elf/merge2.d | 2 +- ld/testsuite/ld-elf/orphan-region.d | 2 +- ld/testsuite/ld-elf/orphan.d | 2 +- ld/testsuite/ld-elf/orphan3.d | 2 +- ld/testsuite/ld-elf/pr12851.d | 2 +- ld/testsuite/ld-elf/pr12975.d | 2 +- ld/testsuite/ld-elf/pr13177.d | 2 +- ld/testsuite/ld-elf/pr13195.d | 2 +- ld/testsuite/ld-elf/pr349.d | 2 +- ld/testsuite/ld-elf/sec64k.exp | 2 +- ld/testsuite/ld-elf/warn1.d | 2 +- ld/testsuite/ld-elf/warn2.d | 2 +- ld/testsuite/ld-elf/warn3.d | 2 +- ld/testsuite/ld-mips-elf/elf-rel-xgot-n32-embed.d | 202 +- ld/testsuite/ld-mips-elf/elf-rel-xgot-n32.d | 202 +- ld/testsuite/ld-mips-elf/elf-rel-xgot-n64-embed.d | 204 +- ld/testsuite/ld-mips-elf/elf-rel-xgot-n64-linux.d | 204 +- ld/testsuite/ld-mips-elf/elf-rel-xgot-n64.d | 203 +- ld/testsuite/ld-pe/longsecn-3.d | 3 +- ld/testsuite/ld-pe/longsecn-4.d | 3 +- ld/testsuite/ld-pe/longsecn-5.d | 3 +- ld/testsuite/ld-pe/non-c-lang-syms.s | 1 - ld/testsuite/ld-pe/orphana_nu.s | 2 + ld/testsuite/ld-plugin/lto.exp | 20 +- ld/testsuite/ld-plugin/pr16846a.c | 7 + ld/testsuite/ld-plugin/pr16846b.c | 7 + ld/testsuite/ld-plugin/pr16846c.c | 1 + ld/testsuite/ld-scripts/data.exp | 2 + ld/testsuite/ld-scripts/fill.d | 29 + ld/testsuite/ld-scripts/fill.t | 20 + ld/testsuite/ld-scripts/fill_0.s | 2 + ld/testsuite/ld-scripts/fill_1.s | 3 + ld/testsuite/ld-scripts/fill_2.s | 3 + ld/testsuite/ld-scripts/weak.exp | 4 +- ld/testsuite/lib/ld-lib.exp | 4 +- opcodes/ChangeLog | 41 + opcodes/Makefile.am | 29 +- opcodes/Makefile.in | 41 +- opcodes/configure | 3 +- opcodes/configure.in | 3 +- opcodes/disassemble.c | 17 +- opcodes/i386-dis.c | 6 +- opcodes/i386-gen.c | 3 + opcodes/i386-init.h | 194 +- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 7 + opcodes/i386-tbl.h | 7538 ++++++++++---------- opcodes/moxie-opc.c | 4 +- opcodes/openrisc-asm.c | 648 -- opcodes/openrisc-desc.c | 1018 --- opcodes/openrisc-desc.h | 288 - opcodes/openrisc-dis.c | 555 -- opcodes/openrisc-ibld.c | 1008 --- opcodes/openrisc-opc.c | 682 -- opcodes/openrisc-opc.h | 113 - opcodes/or1k-asm.c | 909 +++ opcodes/or1k-desc.c | 2074 ++++++ opcodes/or1k-desc.h | 682 ++ opcodes/or1k-dis.c | 562 ++ opcodes/or1k-ibld.c | 1051 +++ opcodes/or1k-opc.c | 1043 +++ opcodes/or1k-opc.h | 133 + opcodes/or1k-opinst.c | 556 ++ opcodes/or32-dis.c | 325 - opcodes/or32-opc.c | 1030 --- patches/README | 2 +- patches/binutils-lto-mixed.patch | 104 +- patches/binutils-secondary.patch | 176 +- sim/moxie/ChangeLog | 4 + sim/moxie/interp.c | 20 +- 481 files changed, 33585 insertions(+), 20709 deletions(-) delete mode 100644 bfd/coff-or32.c delete mode 100644 bfd/cpu-openrisc.c create mode 100644 bfd/cpu-or1k.c delete mode 100644 bfd/cpu-or32.c delete mode 100644 bfd/elf32-openrisc.c create mode 100644 bfd/elf32-or1k.c delete mode 100644 bfd/elf32-or32.c create mode 100644 binutils/testsuite/binutils-all/dw2-decodedline-1.S delete mode 100644 cpu/openrisc.cpu delete mode 100644 cpu/openrisc.opc create mode 100644 cpu/or1k.cpu create mode 100644 cpu/or1k.opc create mode 100644 cpu/or1kcommon.cpu create mode 100644 cpu/or1korbis.cpu create mode 100644 cpu/or1korfpx.cpu delete mode 100644 gas/config/tc-openrisc.c delete mode 100644 gas/config/tc-openrisc.h create mode 100644 gas/config/tc-or1k.c create mode 100644 gas/config/tc-or1k.h delete mode 100644 gas/config/tc-or32.c delete mode 100644 gas/config/tc-or32.h create mode 100644 gas/testsuite/gas/avr/avr.exp create mode 100644 gas/testsuite/gas/avr/diffreloc_withrelax.d create mode 100644 gas/testsuite/gas/avr/noreloc_withoutrelax.d create mode 100644 gas/testsuite/gas/avr/relax.s create mode 100644 gas/testsuite/gas/avr/rmw.d create mode 100644 gas/testsuite/gas/avr/rmw.s create mode 100644 gas/testsuite/gas/i386/se1.d create mode 100644 gas/testsuite/gas/i386/se1.s create mode 100644 gas/testsuite/gas/i386/x86-64-se1.d create mode 100644 gas/testsuite/gas/i386/x86-64-se1.s create mode 100644 gas/testsuite/gas/lns/lns-common-1-or1k.s delete mode 100644 gas/testsuite/gas/openrisc/addi.d delete mode 100644 gas/testsuite/gas/openrisc/addi.s delete mode 100644 gas/testsuite/gas/openrisc/allinsn.d delete mode 100644 gas/testsuite/gas/openrisc/allinsn.exp delete mode 100644 gas/testsuite/gas/openrisc/allinsn.s delete mode 100644 gas/testsuite/gas/openrisc/lohi.d delete mode 100644 gas/testsuite/gas/openrisc/lohi.s delete mode 100644 gas/testsuite/gas/openrisc/store.d delete mode 100644 gas/testsuite/gas/openrisc/store.s create mode 100644 gas/testsuite/gas/or1k/allinsn.d create mode 100644 gas/testsuite/gas/or1k/allinsn.exp create mode 100644 gas/testsuite/gas/or1k/allinsn.s create mode 100644 gdb/testsuite/gdb.ada/mi_dyn_arr.exp create mode 100644 gdb/testsuite/gdb.ada/mi_dyn_arr/foo.adb create mode 100644 gdb/testsuite/gdb.ada/mi_dyn_arr/pck.adb create mode 100644 gdb/testsuite/gdb.ada/mi_dyn_arr/pck.ads create mode 100644 gdb/testsuite/gdb.arch/ppc64-atomic-inst.S delete mode 100644 gdb/testsuite/gdb.arch/ppc64-atomic-inst.c create mode 100644 gdb/testsuite/gdb.base/cond-eval-mode.c copy gdb/testsuite/gdb.base/{gcore-relro-lib.c => print-symbol-loading-lib.c} (100%) copy gdb/testsuite/gdb.base/{gcore-relro-main.c => print-symbol-loading-main.c} (100%) create mode 100644 gdb/testsuite/gdb.base/print-symbol-loading.exp create mode 100644 gdb/testsuite/gdb.base/vla-datatypes.c create mode 100644 gdb/testsuite/gdb.base/vla-datatypes.exp create mode 100644 gdb/testsuite/gdb.base/vla-ptr.c create mode 100644 gdb/testsuite/gdb.base/vla-ptr.exp create mode 100644 gdb/testsuite/gdb.base/vla-sideeffect.c create mode 100644 gdb/testsuite/gdb.base/vla-sideeffect.exp create mode 100644 gdb/testsuite/gdb.cp/cpsizeof.cc create mode 100644 gdb/testsuite/gdb.cp/cpsizeof.exp create mode 100644 gdb/testsuite/gdb.cp/enum-class.cc create mode 100644 gdb/testsuite/gdb.cp/enum-class.exp create mode 100644 gdb/testsuite/gdb.cp/namelessclass.S create mode 100644 gdb/testsuite/gdb.cp/namelessclass.cc create mode 100644 gdb/testsuite/gdb.cp/namelessclass.exp create mode 100644 gdb/testsuite/gdb.cp/var-tag.cc create mode 100644 gdb/testsuite/gdb.cp/var-tag.exp create mode 100644 gdb/testsuite/gdb.dwarf2/corrupt.c create mode 100644 gdb/testsuite/gdb.dwarf2/corrupt.exp create mode 100644 gdb/testsuite/gdb.dwarf2/count.exp create mode 100644 gdb/testsuite/gdb.dwarf2/enum-type.exp create mode 100644 gdb/testsuite/gdb.mi/mi-vla-c99.exp create mode 100644 gdb/testsuite/gdb.mi/vla.c delete mode 100644 include/coff/or32.h delete mode 100644 include/elf/openrisc.h create mode 100644 include/elf/or1k.h delete mode 100644 include/elf/or32.h delete mode 100644 include/opcode/or32.h delete mode 100644 ld/emulparams/elf32openrisc.sh create mode 100644 ld/emulparams/elf32or1k.sh create mode 100644 ld/emulparams/elf32or1k_linux.sh delete mode 100644 ld/emulparams/or32.sh delete mode 100644 ld/emulparams/or32elf.sh delete mode 100644 ld/emultempl/default-manifest.rc create mode 100644 ld/ldbuildid.c create mode 100644 ld/ldbuildid.h delete mode 100644 ld/scripttempl/or32.sc create mode 100644 ld/testsuite/ld-avr/avr.exp create mode 100644 ld/testsuite/ld-avr/norelax_diff.d create mode 100644 ld/testsuite/ld-avr/relax.s create mode 100644 ld/testsuite/ld-avr/relax_diff.d create mode 100644 ld/testsuite/ld-plugin/pr16846a.c create mode 100644 ld/testsuite/ld-plugin/pr16846b.c create mode 100644 ld/testsuite/ld-plugin/pr16846c.c create mode 100644 ld/testsuite/ld-scripts/fill.d create mode 100644 ld/testsuite/ld-scripts/fill.t create mode 100644 ld/testsuite/ld-scripts/fill_0.s create mode 100644 ld/testsuite/ld-scripts/fill_1.s create mode 100644 ld/testsuite/ld-scripts/fill_2.s delete mode 100644 opcodes/openrisc-asm.c delete mode 100644 opcodes/openrisc-desc.c delete mode 100644 opcodes/openrisc-desc.h delete mode 100644 opcodes/openrisc-dis.c delete mode 100644 opcodes/openrisc-ibld.c delete mode 100644 opcodes/openrisc-opc.c delete mode 100644 opcodes/openrisc-opc.h create mode 100644 opcodes/or1k-asm.c create mode 100644 opcodes/or1k-desc.c create mode 100644 opcodes/or1k-desc.h create mode 100644 opcodes/or1k-dis.c create mode 100644 opcodes/or1k-ibld.c create mode 100644 opcodes/or1k-opc.c create mode 100644 opcodes/or1k-opc.h create mode 100644 opcodes/or1k-opinst.c delete mode 100644 opcodes/or32-dis.c delete mode 100644 opcodes/or32-opc.c hooks/post-receive -- gdb and binutils From brobecke@sourceware.org Mon May 5 21:53:00 2014 From: brobecke@sourceware.org (brobecke@sourceware.org) Date: Mon, 05 May 2014 21:53:00 -0000 Subject: gdb and binutils annotated tag gdb-7.7.1-release created. gdb-7.7.1-release Message-ID: <20140505215337.12759.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The annotated tag, gdb-7.7.1-release has been created at af2cd04ccdd7631f4009b2aef5c8402b97d732e6 (tag) tagging 4bd8fc3a1362970d9800a263987af8093798338b (commit) replaces gdb-7.7-release tagged by Joel Brobecker on Mon May 5 14:53:19 2014 -0700 - Log ----------------------------------------------------------------- GDB 7.7.1 Release. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iEYEABECAAYFAlNoCE8ACgkQku2wS/8yXPMbgQCgiCmLYGN3tjnqEEc0Y0i4iCHj RN8AnRgphFx5RnfZ5TSUHgC6mVHel7sC =xfEO -----END PGP SIGNATURE----- Eli Zaretskii (1): PR gdb/14018 -- avoid "PC register not available" errors. GDB Administrator (88): Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Automatic date update in version.in Jan Kratochvil (3): Fix Python stack corruption PR gdb/16626 PR gdb/16626 Joel Brobecker (3): Document the GDB 7.7 release in gdb/ChangeLog Bump GDB version number to 7.7.0.DATE-cvs. Set GDB version number to 7.7.1. Nick Clifton (1): Following up on Tom's suggestion I am checking in a patch to replace the various Pedro Alves (3): Make sure we don't resume the stepped thread by accident. PR gdb/16575: stale breakpoint instructions in the code cache AIX 32-bit core loading, high section addresses. Pierre Langlois (1): Erroneous backtrace on AVR. Rainer Orth (1): PR build/16550 ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils From mpf@sourceware.org Thu May 8 14:26:00 2014 From: mpf@sourceware.org (mpf@sourceware.org) Date: Thu, 08 May 2014 14:26:00 -0000 Subject: gdb and binutils branch sourceware-master created. 263b257428741e10dc4a127cc46c57379307f421 Message-ID: <20140508142648.30011.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, sourceware-master has been created at 263b257428741e10dc4a127cc46c57379307f421 (commit) - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=263b257428741e10dc4a127cc46c57379307f421 commit 263b257428741e10dc4a127cc46c57379307f421 Author: mfortune Date: Wed May 7 22:37:00 2014 +0100 Implement CONVERT_SYMBOLIC_ATTRIBUTE for MIPS. gas/ * config/tc-mips.c (streq): Define. (mips_convert_symbolic_attribute): New function. * config/tc-mips.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define. (mips_convert_symbolic_attribute): New prototype gas/testsuite/ * gas/mips/attr-gnu-abi-fp-1.s: New. * gas/mips/attr-gnu-abi-fp-1.d: New. * gas/mips/attr-gnu-abi-msa-1.s: New. * gas/mips/attr-gnu-abi-msa-1.d: New. * gas/mips/mips.exp: Add new tests. ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils From mpf@sourceware.org Thu May 8 14:27:00 2014 From: mpf@sourceware.org (mpf@sourceware.org) Date: Thu, 08 May 2014 14:27:00 -0000 Subject: gdb and binutils branch sourceware-master deleted. 263b257428741e10dc4a127cc46c57379307f421 Message-ID: <20140508142731.30468.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, sourceware-master has been deleted was 263b257428741e10dc4a127cc46c57379307f421 - Log ----------------------------------------------------------------- 263b257428741e10dc4a127cc46c57379307f421 Implement CONVERT_SYMBOLIC_ATTRIBUTE for MIPS. ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils From tromey@sourceware.org Thu May 8 16:20:00 2014 From: tromey@sourceware.org (tromey@sourceware.org) Date: Thu, 08 May 2014 16:20:00 -0000 Subject: gdb and binutils branch master updated. 91662bad25e6367e37b15c17ed1bca2a72b9c090 Message-ID: <20140508162056.17514.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 91662bad25e6367e37b15c17ed1bca2a72b9c090 (commit) via 3f48575af8379567edcc1d6f7fb25c14237cbf30 (commit) via c3c3c691f2d56953d81a2a7da214623d8aef857c (commit) via 81ad11e32c40b9d53e578054e2885087f347c337 (commit) via 201f096fea34784b34e9084bd18e30097c273c9b (commit) via 730af8ee0203fc0061f0adbb501f8e773f738aab (commit) via a2d010462ce99a4fc79fb19c31915f86fafeea43 (commit) via 10fe779dd24e3809070b5b634214a9c7d8b11814 (commit) via abca8d871a6f8f4d7f9762133e1af637869da1bb (commit) via 68d122bb0e4b298ce302c15e0cd1b574727c4f86 (commit) via 8458514f6aa55ed139c0d28c6822ef98bc9f3497 (commit) via a18138132bd35df3ebbcc6d39091c6e713892b53 (commit) from f989a1c8ec5d25586c937cc39948b032e07cf1c0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=91662bad25e6367e37b15c17ed1bca2a72b9c090 commit 91662bad25e6367e37b15c17ed1bca2a72b9c090 Author: gary Date: Thu May 8 09:13:44 2014 +0000 libiberty/ 2014-05-08 Gary Benson * cp-demangle.c (struct d_component_stack): New structure. (struct d_print_info): New field component_stack. (d_print_init): Initialize the above. (d_print_comp_inner): Renamed from d_print_comp. Do not restore template stack if it would cause a loop. (d_print_comp): New function. * testsuite/demangle-expected: New test cases. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210205 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3f48575af8379567edcc1d6f7fb25c14237cbf30 commit 3f48575af8379567edcc1d6f7fb25c14237cbf30 Author: jakub Date: Thu Apr 17 12:25:25 2014 +0000 PR sanitizer/56781 lto-plugin/ * Makefile.am (CFLAGS, LDFLAGS): Filter out -fsanitize=address. (liblto_plugin_la_LIBADD, liblto_plugin_la_LDFLAGS, liblto_plugin_la_DEPENDENCIES): Prefer ../libiberty/noasan/libiberty.a over ../libiberty/pic/libiberty.a if the former exists. * Makefile.in: Regenerated. libiberty/ * maint-tool: Also emit rule for noasan/ subdirectory. * configure.ac (NOASANFLAG): Set and substitute. * Makefile.in: Regenerated. (NOASANFLAG): Set. (all, $(TARGETLIB), mostlyclean): Handle noasan subdir like pic subdir. (stamp-noasandir): New goal. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209476 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c3c3c691f2d56953d81a2a7da214623d8aef857c commit c3c3c691f2d56953d81a2a7da214623d8aef857c Author: rguenth Date: Tue Apr 1 07:45:48 2014 +0000 2014-04-01 Richard Biener libiberty/ * simple-object.c (simple_object_internal_write): Handle EINTR and short writes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208972 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=81ad11e32c40b9d53e578054e2885087f347c337 commit 81ad11e32c40b9d53e578054e2885087f347c337 Author: rguenth Date: Fri Mar 28 14:05:49 2014 +0000 2014-03-28 Richard Biener libiberty/ * simple-object.c (simple_object_internal_read): Handle EINTR and short reads. lto-plugin/ * lto-plugin.c (process_symtab): Handle EINTR and short reads. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208898 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=201f096fea34784b34e9084bd18e30097c273c9b commit 201f096fea34784b34e9084bd18e30097c273c9b Author: jakub Date: Wed Mar 26 09:19:44 2014 +0000 PR sanitizer/56781 * Makefile.def: Set bootstrap=true; for host fixincludes. * configure.ac: Don't bootstrap host fixincludes unless --with-build-config=bootstrap-{a,ub}san. * Makefile.in: Regenerated. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208842 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=730af8ee0203fc0061f0adbb501f8e773f738aab commit 730af8ee0203fc0061f0adbb501f8e773f738aab Author: jakub Date: Fri Mar 21 07:16:06 2014 +0000 * configure.ac: Move BUILD_CONFIG set up earlier. Add --enable-vtable-verify option parsing. Don't add target-libsanitizer to bootstrap_target_libs unless --with-build-config=bootstrap-asan or --with-build-config=bootstrap-ubsan. Don't add target-libvtv to bootstrap_target_libs unless --enable-vtable-verify. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208745 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a2d010462ce99a4fc79fb19c31915f86fafeea43 commit a2d010462ce99a4fc79fb19c31915f86fafeea43 Author: uros Date: Thu Mar 13 22:04:07 2014 +0000 * regex.c (bzero) [!_LIBC]: Cast the call to memcpy to (void). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208558 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=10fe779dd24e3809070b5b634214a9c7d8b11814 commit 10fe779dd24e3809070b5b634214a9c7d8b11814 Author: uros Date: Thu Mar 13 18:34:47 2014 +0000 * regex.c (bzero) [!_LIBC]: Define without coma expression. (regerror): Cast the call to memcpy to (void) to avoid unused value warnings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208553 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=abca8d871a6f8f4d7f9762133e1af637869da1bb commit abca8d871a6f8f4d7f9762133e1af637869da1bb Author: jakub Date: Fri Mar 7 12:58:27 2014 +0000 PR bootstrap/58572 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of -I for libstdc++-v3 includes if $(LEAN). * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208400 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=68d122bb0e4b298ce302c15e0cd1b574727c4f86 commit 68d122bb0e4b298ce302c15e0cd1b574727c4f86 Author: walt Date: Mon Feb 24 15:08:00 2014 +0000 TILE-Gx big endian support. /: * configure.ac (tilepro-*-*) Change to tilepro*-*-*. (tilegx-*-*): Change to tilegx*-*-*. * configure: Regenerate. contrib/: * config-list.mk (LIST): Add tilegxbe-linux-gnu. libcpp/: * configure.ac: Change "tilepro" triplet to "tilepro*". * configure: Regenerate. libgcc/: * config.host: Support "tilegx*" and "tilepro*" triplets. * config/tilegx/sfp-machine32.h (__BYTE_ORDER): Handle big endian. * config/tilegx/sfp-machine64.h (__BYTE_ORDER): Handle big endian. gcc/: * config.gcc (tilepro-*-*): Change to tilepro*-*-*. (tilegx-*-linux*): Change to tilegx*-*-linux*; Support tilegxbe triplet. * common/config/tilegx/tilegx-common.c (TARGET_DEFAULT_TARGET_FLAGS): Define. * config/tilegx/linux.h (ASM_SPEC): Add endian_spec. (LINK_SPEC): Ditto. * config/tilegx/sync.md (atomic_test_and_set): Handle big endian. * config/tilegx/tilegx.c (tilegx_return_in_msb): New. (tilegx_gimplify_va_arg_expr): Handle big endian. (tilegx_expand_unaligned_load): Ditto. (tilegx_expand_unaligned_store): Ditto. (TARGET_RETURN_IN_MSB): New. * config/tilegx/tilegx.h (TARGET_DEFAULT): New. (TARGET_ENDIAN_DEFAULT): New. (TARGET_BIG_ENDIAN): Handle big endian. (BYTES_BIG_ENDIAN): Ditto. (WORDS_BIG_ENDIAN): Ditto. (FLOAT_WORDS_BIG_ENDIAN): Ditto. (ENDIAN_SPEC): New. (EXTRA_SPECS): New. * config/tilegx/tilegx.md (extv): Handle big endian. (extzv): Ditto. (insn_st): Ditto. (insn_st_add): Ditto. (insn_stnt): Ditto. (insn_stnt_add):Ditto. (vec_interleave_highv8qi): Handle big endian. (vec_interleave_highv8qi_be): New. (vec_interleave_highv8qi_le): New. (insn_v1int_h): Handle big endian. (vec_interleave_lowv8qi): Handle big endian. (vec_interleave_lowv8qi_be): New. (vec_interleave_lowv8qi_le): New. (insn_v1int_l): Handle big endian. (vec_interleave_highv4hi): Handle big endian. (vec_interleave_highv4hi_be): New. (vec_interleave_highv4hi_le): New. (insn_v2int_h): Handle big endian. (vec_interleave_lowv4hi): Handle big endian. (vec_interleave_lowv4hi_be): New. (vec_interleave_lowv4hi_le): New. (insn_v2int_l): Handle big endian. (vec_interleave_highv2si): Handle big endian. (vec_interleave_highv2si_be): New. (vec_interleave_highv2si_le): New. (insn_v4int_h): Handle big endian. (vec_interleave_lowv2si): Handle big endian. (vec_interleave_lowv2si_be): New. (vec_interleave_lowv2si_le): New. (insn_v4int_l): Handle big endian. * config/tilegx/tilegx.opt (mbig-endian): New option. (mlittle-endian): New option. * doc/install.texi: Document tilegxbe-linux. * doc/invoke.texi: Document -mbig-endian and -mlittle-endian. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208069 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8458514f6aa55ed139c0d28c6822ef98bc9f3497 commit 8458514f6aa55ed139c0d28c6822ef98bc9f3497 Author: tschwinge Date: Tue Jan 28 19:06:44 2014 +0000 Avoid "'dc' may be uninitialized" warning. libiberty/ * cp-demangle.c (d_demangle_callback): Put an abort call in place, to help the compiler. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207200 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a18138132bd35df3ebbcc6d39091c6e713892b53 commit a18138132bd35df3ebbcc6d39091c6e713892b53 Author: mpolacek Date: Thu Jan 23 19:04:29 2014 +0000 PR c/59871 c/ * c-typeck.c (build_compound_expr): Warn even for right-hand operand of a comma expression. (emit_side_effect_warnings): Likewise. libdecnumber/ * decNumberLocal.h (UBFROMUS, UBFROMUI): Remove last argument. testsuite/ * gcc.dg/20020220-2.c: Adjust dg-warning message. * gcc.dg/pr59871.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207002 138bc75d-0d04-0410-961f-82ee72b054a4 ----------------------------------------------------------------------- Summary of changes: ChangeLog | 32 ++ Makefile.def | 2 +- Makefile.in | 553 ++++++++++++++++++++++++++++++++- Makefile.tpl | 6 +- configure | 143 +++++---- configure.ac | 128 +++++--- libdecnumber/ChangeLog | 5 + libdecnumber/decNumberLocal.h | 7 +- libiberty/ChangeLog | 43 +++ libiberty/Makefile.in | 384 ++++++++++++++++++++++- libiberty/configure | 7 + libiberty/configure.ac | 6 + libiberty/cp-demangle.c | 64 ++++- libiberty/maint-tool | 5 +- libiberty/regex.c | 6 +- libiberty/simple-object.c | 50 ++- libiberty/testsuite/demangle-expected | 26 ++ 17 files changed, 1299 insertions(+), 168 deletions(-) hooks/post-receive -- gdb and binutils From dj@sourceware.org Wed May 14 17:23:00 2014 From: dj@sourceware.org (dj@sourceware.org) Date: Wed, 14 May 2014 17:23:00 -0000 Subject: src/libiberty ChangeLog Makefile.in configure ... Message-ID: <20140514172326.10358.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dj@sourceware.org 2014-05-14 17:23:26 Modified files: libiberty : ChangeLog Makefile.in configure configure.ac cp-demangle.c cplus-dem.c maint-tool simple-object.c Log message: merge from gcc Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.648&r2=1.649 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/Makefile.in.diff?cvsroot=src&r1=1.112&r2=1.113 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/configure.diff?cvsroot=src&r1=1.126&r2=1.127 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/configure.ac.diff?cvsroot=src&r1=1.64&r2=1.65 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/cp-demangle.c.diff?cvsroot=src&r1=1.120&r2=1.121 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/cplus-dem.c.diff?cvsroot=src&r1=1.55&r2=1.56 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/maint-tool.diff?cvsroot=src&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/simple-object.c.diff?cvsroot=src&r1=1.3&r2=1.4 From dj@sourceware.org Wed May 14 17:23:00 2014 From: dj@sourceware.org (dj@sourceware.org) Date: Wed, 14 May 2014 17:23:00 -0000 Subject: src/libiberty/testsuite demangle-expected Message-ID: <20140514172328.10522.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dj@sourceware.org 2014-05-14 17:23:28 Modified files: libiberty/testsuite: demangle-expected Log message: merge from gcc Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/testsuite/demangle-expected.diff?cvsroot=src&r1=1.79&r2=1.80 From sandra@sourceware.org Wed May 14 23:24:00 2014 From: sandra@sourceware.org (sandra@sourceware.org) Date: Wed, 14 May 2014 23:24:00 -0000 Subject: src ./ChangeLog ./configure ./configure.ac con ... Message-ID: <20140514232437.7107.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: sandra@sourceware.org 2014-05-14 23:24:37 Modified files: . : ChangeLog configure configure.ac config : ChangeLog Added files: config : mt-nios2-elf Log message: 2014-05-14 Sandra Loosemore Sync from GCC mainline. * configure.ac (target_makefile_frag): Set for nios2-*-elf*. * configure: Regenerated. config/ * mt-nios2-elf: New file. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.1086&r2=1.1087 http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.452&r2=1.453 http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.ac.diff?cvsroot=src&r1=1.195&r2=1.196 http://sourceware.org/cgi-bin/cvsweb.cgi/src/config/mt-nios2-elf.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/config/ChangeLog.diff?cvsroot=src&r1=1.188&r2=1.189 From sandra@sourceware.org Wed May 14 23:28:00 2014 From: sandra@sourceware.org (sandra@sourceware.org) Date: Wed, 14 May 2014 23:28:00 -0000 Subject: gdb and binutils branch master updated. d9e042ac0bc08b6c3890cc53cbd43c73c522e720 Message-ID: <20140514232833.9611.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via d9e042ac0bc08b6c3890cc53cbd43c73c522e720 (commit) from dd7566892070fbccb91c536c46584c20ef29961b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d9e042ac0bc08b6c3890cc53cbd43c73c522e720 commit d9e042ac0bc08b6c3890cc53cbd43c73c522e720 Author: Sandra Loosemore Date: Wed May 14 16:27:14 2014 -0700 Sync nios2 configure changes from GCC mainline. 2014-05-14 Sandra Loosemore * configure.ac (target_makefile_frag): Set for nios2-*-elf*. * configure: Regenerated. config/ * mt-nios2-elf: New file. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ config/ChangeLog | 4 ++++ config/mt-nios2-elf | 5 +++++ configure | 3 +++ configure.ac | 3 +++ 5 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 config/mt-nios2-elf hooks/post-receive -- gdb and binutils From tmirza@sourceware.org Thu May 15 17:05:00 2014 From: tmirza@sourceware.org (tmirza@sourceware.org) Date: Thu, 15 May 2014 17:05:00 -0000 Subject: gdb and binutils branch CB-2131 created. db87f391a792ee3a58cc8dce10f8e962989ceb0c Message-ID: <20140515170509.1011.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, CB-2131 has been created at db87f391a792ee3a58cc8dce10f8e962989ceb0c (commit) - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=db87f391a792ee3a58cc8dce10f8e962989ceb0c commit db87f391a792ee3a58cc8dce10f8e962989ceb0c Author: Taimoor Mirza Date: Thu May 15 21:51:15 2014 +0500 Fix prologue analysis for ldr.w and ldrd instruction Prologue analysis for ldr.w and ldrd instruction obtains offset from first two bytes that contains opcode of instruction. It should obtain offset from next two bytes that actually contain operands. * arm-tdep.c (thumb_analyze_prologue): Fix offset calculation for ldr.w and ldrd instructions. Signed-off-by: Taimoor Mirza ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils From tmirza@sourceware.org Tue May 20 06:16:00 2014 From: tmirza@sourceware.org (tmirza@sourceware.org) Date: Tue, 20 May 2014 06:16:00 -0000 Subject: gdb and binutils branch CB-2131 deleted. db87f391a792ee3a58cc8dce10f8e962989ceb0c Message-ID: <20140520061649.4898.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, CB-2131 has been deleted was db87f391a792ee3a58cc8dce10f8e962989ceb0c - Log ----------------------------------------------------------------- db87f391a792ee3a58cc8dce10f8e962989ceb0c Fix prologue analysis for ldr.w and ldrd instruction ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils From dj@sourceware.org Thu May 22 15:01:00 2014 From: dj@sourceware.org (dj@sourceware.org) Date: Thu, 22 May 2014 15:01:00 -0000 Subject: src/libiberty ChangeLog Message-ID: <20140522150137.30053.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dj@sourceware.org 2014-05-22 15:01:37 Modified files: libiberty : ChangeLog Log message: merge from gcc Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.649&r2=1.650 From dj@sourceware.org Thu May 22 15:01:00 2014 From: dj@sourceware.org (dj@sourceware.org) Date: Thu, 22 May 2014 15:01:00 -0000 Subject: src/libiberty/testsuite demangle-expected Message-ID: <20140522150139.30221.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dj@sourceware.org 2014-05-22 15:01:39 Modified files: libiberty/testsuite: demangle-expected Log message: merge from gcc Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/testsuite/demangle-expected.diff?cvsroot=src&r1=1.80&r2=1.81 From brobecke@sourceware.org Tue May 27 20:21:00 2014 From: brobecke@sourceware.org (brobecke@sourceware.org) Date: Tue, 27 May 2014 20:21:00 -0000 Subject: gdb and binutils branch gdb-7.8-branch created. 92c48fc5e7f59ba3813cba60277f5c3f12bfb574 Message-ID: <20140527202136.6087.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, gdb-7.8-branch has been created at 92c48fc5e7f59ba3813cba60277f5c3f12bfb574 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils From brobecke@sourceware.org Tue May 27 20:24:00 2014 From: brobecke@sourceware.org (brobecke@sourceware.org) Date: Tue, 27 May 2014 20:24:00 -0000 Subject: gdb and binutils branch gdb-7.8-branch deleted. 92c48fc5e7f59ba3813cba60277f5c3f12bfb574 Message-ID: <20140527202413.7038.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, gdb-7.8-branch has been deleted was 92c48fc5e7f59ba3813cba60277f5c3f12bfb574 - Log ----------------------------------------------------------------- 92c48fc5e7f59ba3813cba60277f5c3f12bfb574 remove unnecessary smob mark/free functions ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils From palves@sourceware.org Wed May 28 22:08:00 2014 From: palves@sourceware.org (palves@sourceware.org) Date: Wed, 28 May 2014 22:08:00 -0000 Subject: gdb and binutils branch master updated. 6143b8235e8d14685d8ab747cdd4f8faa94d1fe0 Message-ID: <20140528220854.18666.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 6143b8235e8d14685d8ab747cdd4f8faa94d1fe0 (commit) via 6e933ccc75f683a19dda3c92c6d9a35f857b98b3 (commit) via 0aaa9a3aa1e68d309a4746633494b9a01a0575f5 (commit) from 7f3c034326ce5d487e897826a12c3a4b9d457b49 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6143b8235e8d14685d8ab747cdd4f8faa94d1fe0 commit 6143b8235e8d14685d8ab747cdd4f8faa94d1fe0 Author: Pedro Alves Date: Wed May 28 23:06:44 2014 +0100 Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG defined Running the demangler's testsuite with CP_DEMANGLE_DEBUG defined crashes, with: Program received signal SIGSEGV, Segmentation fault. 0x000000000040a8c3 in d_dump (dc=0x1, indent=12) at ../../src/libiberty/cp-demangle.c:567 567 switch (dc->type) (gdb) bt 3 #0 0x000000000040a8c3 in d_dump (dc=0x1, indent=12) at ../../src/libiberty/cp-demangle.c:567 #1 0x000000000040ae47 in d_dump (dc=0x7fffffffd098, indent=10) at ../../src/libiberty/cp-demangle.c:787 #2 0x000000000040ae47 in d_dump (dc=0x7fffffffd0c8, indent=8) at ../../src/libiberty/cp-demangle.c:787 Note dc=0x1, which is obviously a bogus pointer. This is the end of d_dump recursing for a component type that that doesn't actually have subtrees: 787 d_dump (d_left (dc), indent + 2); 788 d_dump (d_right (dc), indent + 2); This fixes the two cases the testsuite currently trips on. libiberty/ 2014-05-28 Pedro Alves * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM and DEMANGLE_COMPONENT_NUMBER. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6e933ccc75f683a19dda3c92c6d9a35f857b98b3 commit 6e933ccc75f683a19dda3c92c6d9a35f857b98b3 Author: Thomas Schwinge Date: Wed May 28 23:06:43 2014 +0100 Fix test in libiberty/testsuite/demangle-expected. libiberty/ * testsuite/demangle-expected: Fix last commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210803 138bc75d-0d04-0410-961f-82ee72b054a4 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0aaa9a3aa1e68d309a4746633494b9a01a0575f5 commit 0aaa9a3aa1e68d309a4746633494b9a01a0575f5 Author: Andrew Burgess Date: Wed May 28 23:06:43 2014 +0100 cplus-demangler, free resource after a failed call to gnu_special. libiberty/ 2014-05-14 Andrew Burgess * cplus-dmem.c (internal_cplus_demangle): Free any resources allocated by possible previous call to gnu_special. (squangle_mop_up): Reset pointers to NULL after calling free. * testsuite/demangle-expected: New test case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210425 138bc75d-0d04-0410-961f-82ee72b054a4 ----------------------------------------------------------------------- Summary of changes: libiberty/ChangeLog | 16 ++++++++++++++++ libiberty/cp-demangle.c | 6 ++++++ libiberty/cplus-dem.c | 7 +++++++ libiberty/testsuite/demangle-expected | 5 +++++ 4 files changed, 34 insertions(+), 0 deletions(-) hooks/post-receive -- gdb and binutils From ktietz@sourceware.org Sun Jun 1 20:14:00 2014 From: ktietz@sourceware.org (ktietz@sourceware.org) Date: Sun, 01 Jun 2014 20:14:00 -0000 Subject: gdb and binutils branch master updated. f69123aac56b383081bdb8eb3909087809927557 Message-ID: <20140601201424.27125.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via f69123aac56b383081bdb8eb3909087809927557 (commit) from c72b2e7b2fbadd94f67a922e1a7f9d834dd45d38 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f69123aac56b383081bdb8eb3909087809927557 commit f69123aac56b383081bdb8eb3909087809927557 Author: Kai Tietz Date: Sun Jun 1 22:11:56 2014 +0200 2014-06-01 Ray Donnelly * pex-win32.c (argv_to_cmdline): Don't quote args unnecessarily. ----------------------------------------------------------------------- Summary of changes: libiberty/ChangeLog | 5 +++++ libiberty/pex-win32.c | 46 +++++++++++++++++++++++++++++++++++++--------- 2 files changed, 42 insertions(+), 9 deletions(-) hooks/post-receive -- gdb and binutils From hjl@sourceware.org Tue Jun 10 18:49:00 2014 From: hjl@sourceware.org (hjl@sourceware.org) Date: Tue, 10 Jun 2014 18:49:00 -0000 Subject: gdb and binutils branch hjl/lto-mixed deleted. 26c2ff33f8fcd57d52194a159226b639a4fee00c Message-ID: <20140610184954.23607.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, hjl/lto-mixed has been deleted was 26c2ff33f8fcd57d52194a159226b639a4fee00c - Log ----------------------------------------------------------------- 26c2ff33f8fcd57d52194a159226b639a4fee00c Don't issue a warning for reference in LTO IR ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils From hjl@sourceware.org Tue Jun 10 18:50:00 2014 From: hjl@sourceware.org (hjl@sourceware.org) Date: Tue, 10 Jun 2014 18:50:00 -0000 Subject: gdb and binutils branch hjl/lto-mixed created. 2daaadb4e82667d67e5bb868f39207f4687feb3c Message-ID: <20140610185009.23937.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, hjl/lto-mixed has been created at 2daaadb4e82667d67e5bb868f39207f4687feb3c (commit) - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2daaadb4e82667d67e5bb868f39207f4687feb3c commit 2daaadb4e82667d67e5bb868f39207f4687feb3c Author: H.J. Lu Date: Tue Mar 25 13:33:51 2014 -0700 Don't issue a warning for reference in LTO IR References in LTO IR may be removed by LTO later. Instead, make a warning symbol if needed. Warnings will be handled after LTO resolves all references. bfd/ PR ld/16746 * linker.c (_bfd_generic_link_add_one_symbol): Don't issue a warning for reference in LTO IR which may be removed by LTO later. ld/testsuite/ PR ld/16746 * ld-plugin/lto.exp: Add 4 tests for PR ld/16746. * ld-plugin/pr16746a.c: New file. * ld-plugin/pr16746b.c: Likewise. * ld-plugin/pr16746c.c: Likewise. * ld-plugin/pr16746d.c: Likewise. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1a69ad69ab87d0b518afcfd5df5687b729a9d918 commit 1a69ad69ab87d0b518afcfd5df5687b729a9d918 Author: H.J. Lu Date: Fri Mar 7 12:18:30 2014 -0800 Don't check the plugin target twice https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=37db573f3bacd40d134145ca532a9d8401450a89 commit 37db573f3bacd40d134145ca532a9d8401450a89 Author: H.J. Lu Date: Fri Mar 7 10:51:47 2014 -0800 Add test for nm on mixed LTO/non-LTO object https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ec8ebecb54c20cd14b399bea61709bf4373e0c72 commit ec8ebecb54c20cd14b399bea61709bf4373e0c72 Author: H.J. Lu Date: Mon Nov 4 09:17:45 2013 -0800 Add lto and none-lto input support for ld -r This patch adds lto and none-lto input support for ld -r so that LTO can be used with ld -r without Makefile changes. It is useful for Linux kernel build with LTO. ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils From palves@sourceware.org Wed Jun 11 11:00:00 2014 From: palves@sourceware.org (palves@sourceware.org) Date: Wed, 11 Jun 2014 11:00:00 -0000 Subject: gdb and binutils branch master updated. 173373c6f6388171d1d62a217fae90a052395be2 Message-ID: <20140611110051.14706.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 173373c6f6388171d1d62a217fae90a052395be2 (commit) from 364fe1f72265eb54bce08511233d06ed48e9c41a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=173373c6f6388171d1d62a217fae90a052395be2 commit 173373c6f6388171d1d62a217fae90a052395be2 Author: Andrew Burgess Date: Tue May 27 11:57:33 2014 +0100 Delete temporary string within demangler even in failure cases. A call to demangle_template might allocate storage within a temporary string even if the call to demangle_template eventually returns failure. This will never cause the demangler to crash, but does leak memory, as a result I've not added any tests for this. Calling string_delete is safe, even if nothing is allocated into the string, the string is initialised with string_init, so we know the internal pointers are NULL. libiberty/ChangeLog * cplus-dem.c (do_type): Call string_delete even if the call to demangle_template fails. ----------------------------------------------------------------------- Summary of changes: libiberty/ChangeLog | 5 +++++ libiberty/cplus-dem.c | 5 ++++- 2 files changed, 9 insertions(+), 1 deletions(-) hooks/post-receive -- gdb and binutils From brobecke@sourceware.org Wed Jun 11 16:37:00 2014 From: brobecke@sourceware.org (brobecke@sourceware.org) Date: Wed, 11 Jun 2014 16:37:00 -0000 Subject: gdb and binutils branch gdb-7.8-branch created. 173373c6f6388171d1d62a217fae90a052395be2 Message-ID: <20140611163724.31951.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, gdb-7.8-branch has been created at 173373c6f6388171d1d62a217fae90a052395be2 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils From dj@sourceware.org Wed Jun 11 17:56:00 2014 From: dj@sourceware.org (dj@sourceware.org) Date: Wed, 11 Jun 2014 17:56:00 -0000 Subject: src/libiberty ChangeLog cp-demangle.c cplus-de ... Message-ID: <20140611175620.7855.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: dj@sourceware.org 2014-06-11 17:56:20 Modified files: libiberty : ChangeLog cp-demangle.c cplus-dem.c pex-win32.c Log message: merge from gcc Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.650&r2=1.651 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/cp-demangle.c.diff?cvsroot=src&r1=1.121&r2=1.122 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/cplus-dem.c.diff?cvsroot=src&r1=1.56&r2=1.57 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/pex-win32.c.diff?cvsroot=src&r1=1.23&r2=1.24 From ludo@sourceware.org Fri Jun 27 09:41:00 2014 From: ludo@sourceware.org (ludo@sourceware.org) Date: Fri, 27 Jun 2014 09:41:00 -0000 Subject: gdb and binutils branch master updated. 9393ab1c00601a01ec25bbe0d8dc8430f62c9c13 Message-ID: <20140627094155.25186.qmail@sourceware.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 9393ab1c00601a01ec25bbe0d8dc8430f62c9c13 (commit) from 7b5490456670ef187c1b7c07ba2e9e09512a6d70 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9393ab1c00601a01ec25bbe0d8dc8430f62c9c13 commit 9393ab1c00601a01ec25bbe0d8dc8430f62c9c13 Author: Ludovic Court????s Date: Mon May 5 17:33:16 2014 +0200 PR external/{16327,16328}: Remove etc/configure.texi and etc/standards.texi. etc/ChangeLog 2014-06-27 Ludovic Court????s PR external/16327 PR external/16328 * Makefile.in (MAKEINFO, TEXI2DVI, TEXI2PDF, TEXI2HTML, DVIPS) (TEXIDIR, INFOFILES, DVIFILES, PDFFILES, HTMLFILES): Remove. (all): Remove dependency on 'info'. (install): Remove dependency on 'install-info'. (standards.info, standards.html, standards.dvi, standards.ps) (standards.pdf, configure.info, configure.dvi, configure.ps) (configure.pdf, configure.pdf): Remove. (info, install-info, html, install-html, dvi, pdf, install-pdf) clean, maintainer-clean, realclean): Remove body. * etc/configbuild.ein, etc/configbuild.fig, etc/configbuild.jin, etc/configbuild.tin, etc/configdev.ein, etc/configdev.fig, etc/configdev.jin, etc/configdev.tin, etc/configure.texi, etc/fdl.texi, etc/gnu-oids.texi, etc/make-stds.texi, etc/standards.texi: Remove. ----------------------------------------------------------------------- Summary of changes: etc/ChangeLog | 19 + etc/Makefile.in | 182 +--- etc/configbuild.ein | 149 -- etc/configbuild.fig | 50 - etc/configbuild.jin | Bin 11123 -> 0 bytes etc/configbuild.tin | 9 - etc/configdev.ein | 185 --- etc/configdev.fig | 80 - etc/configdev.jin | Bin 17967 -> 0 bytes etc/configdev.tin | 17 - etc/configure.texi | 2646 -------------------------------- etc/fdl.texi | 505 ------ etc/gnu-oids.texi | 52 - etc/make-stds.texi | 1135 -------------- etc/standards.texi | 4235 --------------------------------------------------- 15 files changed, 23 insertions(+), 9241 deletions(-) delete mode 100644 etc/configbuild.ein delete mode 100644 etc/configbuild.fig delete mode 100644 etc/configbuild.jin delete mode 100644 etc/configbuild.tin delete mode 100644 etc/configdev.ein delete mode 100644 etc/configdev.fig delete mode 100644 etc/configdev.jin delete mode 100644 etc/configdev.tin delete mode 100644 etc/configure.texi delete mode 100644 etc/fdl.texi delete mode 100644 etc/gnu-oids.texi delete mode 100644 etc/make-stds.texi delete mode 100644 etc/standards.texi hooks/post-receive -- gdb and binutils