Skip to content

Commit

Permalink
Revert "Invoke "gcc" to build assembler files"
Browse files Browse the repository at this point in the history
This reverts commit 233c6d8.
  • Loading branch information
jonahgraham committed Jan 29, 2024
1 parent b8c6639 commit 28d9d2e
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 118 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.core.tests; singleton:=true
Bundle-Version: 8.2.400.qualifier
Bundle-Version: 8.2.300.qualifier
Bundle-Activator: org.eclipse.cdt.managedbuilder.testplugin.CTestPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ASM_SRCS :=
C_SRCS :=
OBJ_SRCS :=
O_SRCS :=
SX_SRCS :=
S_UPPER_SRCS :=
C_DEPS :=
EXECUTABLES :=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ASM_SRCS :=
C_SRCS :=
OBJ_SRCS :=
O_SRCS :=
SX_SRCS :=
S_UPPER_SRCS :=
C_DEPS :=
EXECUTABLES :=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ASM_SRCS :=
C_SRCS :=
OBJ_SRCS :=
O_SRCS :=
SX_SRCS :=
S_UPPER_SRCS :=
C_DEPS :=
EXECUTABLES :=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ CXXM_SRCS :=
CXX_SRCS :=
C_UPPER_SRCS :=
LOG_SRCS :=
SX_SRCS :=
S_UPPER_SRCS :=
TAR_SRCS :=
LOGFILE :=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ASM_SRCS :=
C_SRCS :=
OBJ_SRCS :=
O_SRCS :=
SX_SRCS :=
S_UPPER_SRCS :=
C_DEPS :=
EXECUTABLES :=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ C_SRCS :=
C_UPPER_SRCS :=
OBJ_SRCS :=
O_SRCS :=
SX_SRCS :=
S_UPPER_SRCS :=
C++M_DEPS :=
C++_DEPS :=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ C_SRCS :=
C_UPPER_SRCS :=
OBJ_SRCS :=
O_SRCS :=
SX_SRCS :=
S_UPPER_SRCS :=
C++M_DEPS :=
C++_DEPS :=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.core; singleton:=true
Bundle-Version: 9.6.300.qualifier
Bundle-Version: 9.6.200.qualifier
Bundle-Activator: org.eclipse.cdt.managedbuilder.core.ManagedBuilderCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2006, 2024 Intel Corporation and others.
* Copyright (c) 2006, 2010 Intel Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand All @@ -10,7 +10,6 @@
*
* Contributors:
* Intel Corporation - Initial API and implementation
* John Dallaway - Provide getter for IConfiguration (#666)
*******************************************************************************/

package org.eclipse.cdt.managedbuilder.internal.buildmodel;
Expand All @@ -37,10 +36,6 @@ public FileMacroExplicitSubstitutor(IMacroContextInfo contextInfo, IConfiguratio
fBuilder = builder;
}

public IConfiguration getConfiguration() {
return fCfg;
}

/* (non-Javadoc)
* @see org.eclipse.cdt.managedbuilder.internal.macros.DefaultMacroSubstitutor#resolveMacro(org.eclipse.cdt.managedbuilder.macros.IBuildMacro)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.gnu.ui; singleton:=true
Bundle-Version: 8.7.0.qualifier
Bundle-Version: 8.6.100.qualifier
Bundle-Activator: org.eclipse.cdt.managedbuilder.gnu.ui.GnuUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
6 changes: 2 additions & 4 deletions build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@
id="gnu.windres.option.preprocessor.undefined.symbols"/>
</tool-->
<tool
command="gcc"
command="as"
name="%ToolName.assembler.gnu"
outputFlag="-o"
id="cdt.managedbuild.tool.gnu.assembler"
Expand All @@ -579,8 +579,6 @@
<option
name="%Option.Gnu.Assembler.Flags"
category="gnu.asm.category.general"
commandGenerator="org.eclipse.cdt.managedbuilder.gnu.ui.GnuAsmFlagsCommandGenerator"
defaultValue="-c"
valueType="string"
id="gnu.both.asm.option.flags">
</option>
Expand Down Expand Up @@ -609,7 +607,7 @@
id="cdt.managedbuild.tool.gnu.assembler.input"
languageId="org.eclipse.cdt.core.assembly"
sourceContentType="org.eclipse.cdt.core.asmSource"
sources="s,sx,S">
sources="s,S">
</inputType>
<outputType
outputs="o"
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
<!-- declares a content type for ASM Source files -->
<content-type id="asmSource" name="%asmSourceName"
base-type="org.eclipse.core.runtime.text"
file-extensions="S,s,sx,asm,ASM"
file-extensions="S,s,asm,ASM"
priority="high"/>
</extension>

Expand Down

0 comments on commit 28d9d2e

Please sign in to comment.