mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6767659: Conversion from i486 to x86 missed some entries in makefiles
Fixed missed entries. Reviewed-by: never
This commit is contained in:
parent
4e2c4fb4bd
commit
ce3f3dd8d3
8 changed files with 24 additions and 32 deletions
|
@ -212,9 +212,9 @@ ArchDesc::ArchDesc()
|
|||
// Initialize I/O Files
|
||||
_ADL_file._name = NULL; _ADL_file._fp = NULL;
|
||||
// Machine dependent output files
|
||||
_DFA_file._name = "dfa_i486.cpp"; _DFA_file._fp = NULL;
|
||||
_HPP_file._name = "ad_i486.hpp"; _HPP_file._fp = NULL;
|
||||
_CPP_file._name = "ad_i486.cpp"; _CPP_file._fp = NULL;
|
||||
_DFA_file._name = NULL; _DFA_file._fp = NULL;
|
||||
_HPP_file._name = NULL; _HPP_file._fp = NULL;
|
||||
_CPP_file._name = NULL; _CPP_file._fp = NULL;
|
||||
_bug_file._name = "bugs.out"; _bug_file._fp = NULL;
|
||||
|
||||
// Initialize Register & Pipeline Form Pointers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue