1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 04:45:38 +02:00
cdt/core
Torbjörn Svensson f4951d8086 Bug 495661 - Period is a valid symbol in a section name
When using -ffunction-section, each function is placed in it's own
section name. For example the main() function would be placed in
.text.main, so the pattern looking for undefined references needs to
allow the extra dot there.
Since C++ will use other symbols than what's included in \w, lets allow
everything except a + sign and whitespace.

Change-Id: I66d9ee7d8cbc0a405e60d7cdeb43c38b30107245
Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
(cherry picked from commit 36de92cc77)
2020-04-01 19:01:57 -04:00
..
org.eclipse.cdt.core Bug 495661 - Period is a valid symbol in a section name 2020-04-01 19:01:57 -04:00
org.eclipse.cdt.core.linux [releng] Bump versions for 9.11.1 2020-04-01 16:21:39 -04:00
org.eclipse.cdt.core.linux.ppc64le [releng] Bump versions for 9.11.1 2020-04-01 16:21:39 -04:00
org.eclipse.cdt.core.linux.x86_64 [releng] Bump versions for 9.11.1 2020-04-01 16:21:39 -04:00
org.eclipse.cdt.core.macosx [releng] Bump versions for 9.11.1 2020-04-01 16:21:39 -04:00
org.eclipse.cdt.core.native Bug 558827: Add and/or fix branding on all features 2020-01-09 15:11:35 -05:00
org.eclipse.cdt.core.tests Bug 495661 - Period is a valid symbol in a section name 2020-04-01 19:01:57 -04:00
org.eclipse.cdt.core.win32 [releng] Bump versions for 9.11.1 2020-04-01 16:21:39 -04:00
org.eclipse.cdt.core.win32.x86_64 [releng] Bump versions for 9.11.1 2020-04-01 16:21:39 -04:00
org.eclipse.cdt.ui Revert "Bug 560614 - Drop dependency on ICU4J" 2020-03-02 06:49:24 -05:00
org.eclipse.cdt.ui.tests [releng] Bump versions for 9.11.1 2020-04-01 16:21:39 -04:00
pom.xml [releng] Bump versions for 9.11.1 2020-04-01 16:21:39 -04:00