JP2503881B2 - Link processing method when unresolved reference external name occurs - Google Patents

Link processing method when unresolved reference external name occurs

Info

Publication number
JP2503881B2
JP2503881B2 JP14797093A JP14797093A JP2503881B2 JP 2503881 B2 JP2503881 B2 JP 2503881B2 JP 14797093 A JP14797093 A JP 14797093A JP 14797093 A JP14797093 A JP 14797093A JP 2503881 B2 JP2503881 B2 JP 2503881B2
Authority
JP
Japan
Prior art keywords
name
external
external name
unresolved
object module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP14797093A
Other languages
Japanese (ja)
Other versions
JPH0713748A (en
Inventor
一晃 小原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
Nippon Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP14797093A priority Critical patent/JP2503881B2/en
Publication of JPH0713748A publication Critical patent/JPH0713748A/en
Application granted granted Critical
Publication of JP2503881B2 publication Critical patent/JP2503881B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Stored Programmes (AREA)

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、複数のオブジェクトモ
ジュールから1個のロードモジュールを生成する場合の
リンク処理方式に関し、特に外部名の未解決参照外部名
発生時におけるリンク処理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a link processing method for generating one load module from a plurality of object modules, and more particularly to a link processing method when an unresolved reference external name of an external name occurs.

【0002】[0002]

【従来の技術】従来、ロードモジュールを生成するリン
ク処理においては、コンパイラが出力したオブジェクト
モジュールを入力し、それに含まれている外部名に対し
て、同一名の参照外部名と定義外部名を関連付けて解決
処理を行う(公開特許公報 平2−118728参
照)。必要であれば、予め指示されているシステムライ
ブラリや利用者のライブラリを検索し、オブジェクトモ
ジュールを入力し、更に解決処理を行う。その結果、最
終的に未解決参照外部名が残ってしまった場合には、エ
ラーを出力し、ロードモジュールを生成するか否かは処
理系によるが、何れにしてもリンク処理は終了し、最終
的に残った未解決参照外部名に対しては、リカバリ処理
を行わない。
2. Description of the Related Art Conventionally, in a link process for generating a load module, an object module output by a compiler is input and an external name included in the input module is associated with a reference external name and a defined external name. A solution process is performed (see Japanese Patent Laid-Open No. 2-118728). If necessary, the system library or the user's library designated in advance is searched, the object module is input, and the solution processing is performed. As a result, if an unresolved reference external name remains in the end, an error is output and whether the load module is generated depends on the processing system. Recovery processing is not performed for the unresolved reference external name that remains.

【0003】[0003]

【発明が解決しようとする課題】上述した従来のリンク
処理では、最終的に残った未解決参照外部名について
は、リカバリ処理を行わずに終了する。その未解決参照
外部名が、利用者が意図的に発生させたものである場合
は別として、利用者の何らかのミス(例えば、参照外部
名や定義外部名の記述ミス、或はライブラリサーチ指定
の不足など)によるものである場合には、少なくともリ
ンク処理の再起動が必要になった。このリンク処理の再
起動は、最悪の場合には、ソースの修正およびコンパイ
ルのやり直しから必要になり、工数と時間がかかるとい
う欠点があった。
In the conventional link processing described above, the unresolved reference external name that finally remains is terminated without performing the recovery processing. Except when the unresolved reference external name is intentionally generated by the user, some mistake of the user (for example, a mistake in the reference external name or the definition external name, or a library search designation If it is due to lack, etc., it is necessary to restart link processing at least. In the worst case, the restart of the link process is necessary because the source is modified and the compilation is redone, which has the drawback of requiring man-hours and time.

【0004】本発明は、上述の欠点を解決した未解決参
照外部名発生時におけるリンク処理方式を提供するもの
である。
The present invention provides a link processing method for solving the above-mentioned drawbacks when an unresolved reference external name occurs.

【0005】[0005]

【課題を解決するための手段】第1の発明は、入力され
た複数のオブジェクトモジュールから1個のロードモジ
ュールを生成するリンク処理システムでの未解決参照外
部名発生時におけるリンク処理方式において、オブジェ
クトモジュールを入力するオブジェクトモジュール入力
手段と、前記オブジェクトモジュールにおける参照外部
名と定義外部名とを関連付けて解決する外部名定義参照
解決手段と、前記関連付けが解決されずに残った未解決
参照外部名が存在するか否かを判定する未解決参照発生
判定手段と、予め用意されたライブラリ内に前記未解決
参照外部名を解決する前記定義外部名が存在するか否か
を検索するライブラリ検索手段と、前記ライブラリ検索
手段による前記検索の結果最終未解決参照外部名が残っ
たか否かを判定する最終未解決参照発生判定手段と、前
記最終未解決参照外部名が残った場合に前記最終未解決
参照外部名と参照の無かった定義外部名である未参照定
義外部名の一覧を画面に表示する未解決参照/未参照定
義一覧表示手段と、修正対象となる前記最終未解決参照
外部名および前記未参照定義外部名を前記一覧表から選
択させる修正外部名の参照/定義選択入力手段と、前記
修正外部名に対する新外部名を入力させる新外部名入力
手段と、前記修正外部名と前記修正外部名に対する前記
新外部名とを一組にして内部テーブルにスタックする修
正外部名/新外部名スタック・テーブル生成手段と、前
記スタック・テーブルを参照して外部名ごとにリンク処
理時に使用されるリンク処理情報を管理する情報テーブ
ルおよび前記リンク処理情報に関し所定の修正を行う参
照/定義外部名情報修正手段と、前記情報テーブルを参
照して前記リンク処理を行い前記複数のオブジェクトモ
ジュールから1つのロードモジュールを生成するロード
モジュール生成手段から構成されることを特徴とする。
According to a first aspect of the present invention, there is provided a link processing system for generating an unresolved reference external name in a link processing system for generating one load module from a plurality of input object modules. The object module input means for inputting a module, the external name definition reference resolution means for associating the referenced external name and the defined external name in the object module with each other, and the unresolved reference external name left after the association is not resolved are Unresolved reference occurrence determination means for determining whether or not, and a library search means for searching whether or not the defined external name that resolves the unresolved reference external name exists in a library prepared in advance, It is determined whether a final unresolved reference external name remains as a result of the search by the library search means. A final unresolved reference occurrence determination means and a list of the unresolved reference external names and unreferenced defined external names that are unreferenced defined external names when the final unresolved referenced external names remain are displayed on the screen. An unresolved reference / unreferenced definition list display means, a modified external name reference / definition selection input means for selecting the final unresolved reference external name and the unreferenced definition external name to be corrected from the list, and New external name input means for inputting a new external name for the corrected external name, and the corrected external name and the new external name for the corrected external name are combined as a set to be stacked in an internal table. A table generating means, an information table for managing link processing information used for link processing for each external name by referring to the stack table, and the link processing information A reference / definition external name information correction means for making a fixed correction, and a load module generation means for making one load module from the plurality of object modules by referring to the information table and performing the link processing. Characterize.

【0006】また、第2の発明は、入力された複数のオ
ブジェクトモジュールから1個のロードモジュールを生
成するリンク処理システムでの未解決参照外部名発生時
におけるリンク処理方式において、オブジェクトモジュ
ールを入力するオブジェクトモジュール入力手段と、前
記オブジェクトモジュールにおける参照外部名と定義外
部名とを関連付けて解決する外部名定義参照解決手段
と、前記関連付けが解決されずに残った未解決参照外部
名が存在するか否かを判定する未解決参照発生判定手段
と、予め用意されたライブラリ内に前記未解決参照外部
名を解決する前記定義外部名が存在するか否かを検索す
るライブラリ検索手段と、前記ライブラリ検索手段によ
る前記検索の結果最終未解決参照外部名が残ったか否か
を判定する最終未解決参照発生判定手段と、前記最終未
解決参照外部名が残った場合に前記最終未解決参照外部
名と参照の無かった定義外部名である未参照定義外部名
の一覧を画面に表示する未解決参照/未参照定義一覧表
示手段と、修正対象となる前記最終未解決参照外部名お
よび前記未参照定義外部名を前記一覧表から選択させる
修正外部名の参照/定義選択入力手段と、前記修正外部
名に対する新外部名を入力させる新外部名入力手段と、
前記修正外部名と前記修正外部名に対する前記新外部名
とを一組にして内部テーブルにスタックする修正外部名
/新外部名スタック・テーブル生成手段と、前記スタッ
ク・テーブルを参照して外部名ごとにリンク処理時に使
用されるリンク処理情報を管理する情報テーブルおよび
前記リンク処理情報に関し所定の修正を行う参照/定義
外部名情報修正手段と、前記リンク処理情報に含まれる
オブジェクトモジュール名に基き前記修正外部名を含む
オブジェクトモジュールである修正前オブジェクトモジ
ュールをファイルから入力する修正オブジェクトモジュ
ール入力手段と、前記入力された修正オブジェクトモジ
ュールに同じ名前の前記参照外部名と前記定義外部名が
混在する場合に、前記参照外部名を前記オブジェクトモ
ジュールから削除する同一外部名参照情報削除手段と、
前記同一オブジェクトモジュール内に混在する同一名の
前記参照外部名と前記定義外部名の前記同一オブジェク
トモジュール内アドレスを管理する番地補正情報を修正
する番地補正情報修正手段と、前記入力された修正オブ
ジェクトモジュールに同じ名前の前記参照外部名と前記
定義外部名が混在しない場合に前記修正前オブジェクト
モジュールの前記修正外部名を前記新外部名に修正し新
オブジェクトモジュールを生成する外部名修正手段と、
前記新オブジェクトモジュールを予め指定されているフ
ァイルへ出力する新オブジェクトモジュール出力手段
と、前記情報テーブルを参照して前記リンク処理を行い
前記複数のオブジェクトモジュールから1つのロードモ
ジュールを生成するロードモジュール生成手段から構成
されることを特徴とする。
A second aspect of the invention is to input an object module in a link processing method when an unresolved reference external name occurs in a link processing system that generates one load module from a plurality of input object modules. Whether or not there is an object module input means, an external name definition reference resolution means for associating and solving a reference external name and a definition external name in the object module, and an unresolved reference external name remaining after the association is not resolved. An unresolved reference occurrence determination means for determining whether or not, a library search means for searching whether or not the defined external name for resolving the unresolved reference external name exists in a library prepared in advance, and the library search means As a result of the above search by the final unresolved reference Final undetermined whether external names remain Reference occurrence determination means and, when the final unresolved reference external name remains, display on the screen a list of the final unresolved reference external name and unreferenced definition external names that are unreferenced definition external names / Unreferenced definition list display means, reference / definition selection input means of corrected external name for selecting the final unresolved reference external name and the unreferenced definition external name to be corrected from the list, and the corrected external name A new external name input means for inputting a new external name for
A modified external name / new external name stack table generating means for stacking the modified external name and the new external name corresponding to the modified external name in an internal table, and each external name by referring to the stack table. An information table for managing link processing information used during link processing, reference / definition external name information correction means for making a predetermined correction on the link processing information, and the correction based on an object module name included in the link processing information. When a modified object module input means for inputting a pre-modification object module that is an object module including an external name from a file, and the reference external name and the defined external name having the same name in the input modified object module are mixed, Delete the referenced external name from the object module The same external name reference information deleting means that,
Address correction information correction means for correcting the address correction information managing the reference external name of the same name and the defined external name in the same object module in the same object module, and the input corrected object module External name correction means for correcting the corrected external name of the pre-correction object module to the new external name and generating a new object module when the reference external name and the defined external name of the same name do not coexist with each other,
New object module output means for outputting the new object module to a file designated in advance, and load module generation means for generating one load module from the plurality of object modules by performing the link processing by referring to the information table. It is characterized by being composed of.

【0007】また、第3の発明は、入力された複数のオ
ブジェクトモジュールから1個のロードモジュールを生
成するリンク処理システムでの未解決参照外部名発生時
におけるリンク処理方式において、オブジェクトモジュ
ールを入力するオブジェクトモジュール入力手段と、前
記オブジェクトモジュールにおける参照外部名と定義外
部名とを関連付けて解決する外部名定義参照解決手段
と、前記関連付けが解決されずに残った未解決参照外部
名が存在するか否かを判定する未解決参照発生判定手段
と、予め用意されたライブラリ内に前記未解決参照外部
名を解決する前記定義外部名が存在するか否かを検索す
るライブラリ検索手段と、前記ライブラリ検索手段によ
る前記検索の結果最終未解決参照外部名が残ったか否か
を判定する最終未解決参照発生判定手段と、前記最終未
解決参照外部名が残った場合に前記最終未解決参照外部
名と参照の無かった定義外部名である未参照定義外部名
の一覧を画面に表示する未解決参照/未参照定義一覧表
示手段と、リンカへ追加して入力する追加オブジェクト
モジュール名と前記追加オブジェクトモジュールが入っ
ているファイル名を入力させる追加主入力ファイル名/
追加主入力オブジェクト名入力手段と、前記入力された
ファイル名と前記追加オブジェクトモジュール名をスタ
ックして内部テーブルを生成する追加主入力ファイル名
/追加主入力オブジェクト名スタック・テーブル生成手
段と、前記内部テーブルを参照して前記ファイルから前
記追加オブジェクトモジュールを入力する追加オブジェ
クト・モジュール入力手段と、前記追加オブジェクトモ
ジュールを含めた前記複数のオブジェクトモジュールか
ら1つのロードモジュールを生成するロードモジュール
生成手段から構成されることを特徴とする。
A third aspect of the invention is to input an object module in a link processing system when an unresolved reference external name is generated in a link processing system that generates one load module from a plurality of input object modules. Whether or not there is an object module input means, an external name definition reference resolution means for associating and solving a reference external name and a definition external name in the object module, and an unresolved reference external name remaining after the association is not resolved. An unresolved reference occurrence determination means for determining whether or not, a library search means for searching whether or not the defined external name for resolving the unresolved reference external name exists in a library prepared in advance, and the library search means As a result of the above search by the final unresolved reference Final undetermined whether external names remain Reference occurrence determination means and, when the final unresolved reference external name remains, display on the screen a list of the final unresolved reference external name and unreferenced definition external names that are unreferenced definition external names / Unreferenced definition list display means and additional main input file name for inputting the additional object module name to be added to the linker and the file name containing the additional object module /
Additional main input object name input means, additional main input file name / additional main input object name stack table generation means for stacking the input file name and the additional object module name to generate an internal table, and the internal It is composed of additional object module input means for inputting the additional object module from the file with reference to a table, and load module generation means for generating one load module from the plurality of object modules including the additional object module. It is characterized by

【0008】また、第4の発明は、入力された複数のオ
ブジェクトモジュールから1個のロードモジュールを生
成するリンク処理システムでの未解決参照外部名発生時
におけるリンク処理方式において、オブジェクトモジュ
ールを入力するオブジェクトモジュール入力手段と、前
記オブジェクトモジュールにおける参照外部名と定義外
部名とを関連付けて解決する外部名定義参照解決手段
と、前記関連付けが解決されずに残った未解決参照外部
名が存在するか否かを判定する未解決参照発生判定手段
と、予め用意されたライブラリ内に前記未解決参照外部
名を解決する前記定義外部名が存在するか否かを検索す
るライブラリ検索手段と、前記ライブラリ検索手段によ
る前記検索の結果最終未解決参照外部名が残ったか否か
を判定する最終未解決参照発生判定手段と、前記最終未
解決参照外部名が残った場合に前記最終未解決参照外部
名と参照の無かった定義外部名である未参照定義外部名
の一覧を画面に表示する未解決参照/未参照定義一覧表
示手段と、追加検索をする追加ライブラリ名を入力させ
る追加検索ライブラリ名入力手段と、入力された前記追
加ライブラリ名をスタックする内部テーブルを生成する
追加検索ライブラリ名スタック・テーブル生成手段と、
前記内部テーブルを参照して前記追加ライブラリを検索
する追加ライブラリ検索手段と、前記解決定義外部名が
前記追加ライブラリに存在した場合には前記解決定義外
部名を含む追加オブジェクトモジュールを入力する追加
オブジェクトモジュール入力手段と、前記追加オブジェ
クトモジュールを含めた前記複数のオブジェクトモジュ
ールから1つのロードモジュールを生成するロードモジ
ュール生成手段から構成されることを特徴とする。
A fourth aspect of the present invention is to input an object module in a link processing system when an unresolved external reference name is generated in a link processing system that generates one load module from a plurality of input object modules. Whether or not there is an object module input means, an external name definition reference resolution means for associating and solving a reference external name and a definition external name in the object module, and an unresolved reference external name remaining after the association is not resolved. An unresolved reference occurrence determination means for determining whether or not, a library search means for searching whether or not the defined external name for resolving the unresolved reference external name exists in a library prepared in advance, and the library search means As a result of the above search by the final unresolved reference Final undetermined whether external names remain Reference occurrence determination means and, when the final unresolved reference external name remains, display on the screen a list of the final unresolved reference external name and unreferenced definition external names that are unreferenced definition external names / Unreferenced definition list display means, additional search library name input means for inputting an additional library name for additional search, and additional search library name stack table generation for generating an internal table for stacking the input additional library name Means and
Additional library searching means for searching the additional library by referring to the internal table, and an additional object module for inputting an additional object module including the solution definition external name when the solution definition external name exists in the solution library. It is characterized by comprising an input means and a load module generation means for generating one load module from the plurality of object modules including the additional object module.

【0009】[0009]

【実施例】次に、本発明について、図面を用いて説明す
る。全体のリンク処理のブロック構成を示す図1におい
て、オブジェクトモジュールを入力する オフ゛シ゛ェクトモシ゛ュー
ル入力手段A01,A05 、オブジェクトモジュールにおける
参照外部名と定義外部名とを関連付けて解決する外部名
定義参照解決手段A02 、関連付けが解決されずに残った
未解決参照外部名が存在するか否かを判定する未解決参
照発生判定手段A03 、予め用意されたライブラリ内に未
解決参照外部名を解決する定義外部名が存在するか否か
を検索するライブラリ検索手段A04 、から外部名定義参
照解決手段A06 までの6手段及び ロート゛モシ゛ュール 生成処理
A13 に関しては、従来のリンク処理技術と同等である。
オフ゛シ゛ェクトモシ゛ュール入力手段 A01〜外部名定義参照解決手
段 A06において、オフ゛シ゛ェクトファイルOMや ライフ゛ラリLIB1からオフ゛
シ゛ェクトモシ゛ュール を入力し、それらに含まれている定義外部
名と参照外部名についての解決処理を行う。そして、最
終未解決参照発生判定手段A07 により、最終的に未解決
の参照外部名が残ったかどうかを判定し、残っていなけ
れば ロート゛モシ゛ュール生成処理A13 で ロート゛モシ゛ュール を生成す
る。
Next, the present invention will be described with reference to the drawings. In FIG. 1 showing the block configuration of the whole link processing, object module input means A01, A05 for inputting an object module, external name definition reference resolution means A02 for associating a reference external name with a definition external name in the object module, Unresolved reference occurrence determination means A03 that determines whether or not there is an unresolved reference external name that remains unresolved, and a defined external name that resolves the unresolved reference external name exists in the library prepared in advance. 6 means from library search means A04 for searching whether or not to execute, and external name definition reference resolution means A06 and load module generation processing
A13 is equivalent to the conventional link processing technology.
In the object module input means A01 to external name definition reference resolution means A06, the object module OM and the object module from the library LIB1 are input and resolution processing for the defined external name and the referenced external name contained in them is performed. Finally, the final unresolved reference occurrence determination means A07 determines whether or not an unresolved reference external name remains, and if there is no unresolved reference external name, a load module is generated in the load module generation processing A13.

【0010】未解決の参照外部名が残っている場合に
は、リンカオプション有無判定手段A08 により、新規に
設ける リンカ・オフ゜ション(本リカハ゛リ処理を起動させることを指
示するオフ゜ション)の指定の有無を確認し、指定が無ければ
処理 A13へ進み、指定有りの場合には未解決参照/未参
照定義一覧表示手段 A09によって、最終的に残った未解
決の参照外部名、及び参照の無かった定義外部名の一覧
を表示する。
If unresolved reference external names remain, the linker option presence / absence determining means A08 confirms whether or not a newly provided linker option (option for instructing to start this recovery processing) is specified. If there is no designation, the process proceeds to step A13. If there is a designation, the unresolved reference / unreferenced definition list display means A09 causes the unresolved reference external name to remain and the definition external name without reference. Display the list of.

【0011】次に、利用者ミス判定入力手段A10 は、利
用者にこれらの未解決として残ったものが利用者のミス
によるものであるのか、或は意図的なものであるかによ
って決まる処理を選択させる。利用者が リカハ゛リ 処理を
選択した場合には、4通りのリカハ゛リ処理(後述)B,
C,D,Eの中から1つが選択されて起動される。
Next, the user error judgment inputting means A10 performs a process which is decided depending on whether these remaining unresolved items to the user are due to the user's error or are intentional. Select. If the user selects recovery processing, there are four types of recovery processing (described later) B,
One of C, D and E is selected and activated.

【0012】リカハ゛リ処理B/C/D/Eが終了した後
で、外部名定義参照解決手段A11 により再び定義外部名
と参照外部名の解決処理を行う。その結果、再び未解決
参照外部名が発生した否かを未解決参照発生判定手段 A
12によって判定する。未解決参照外部名が発生している
場合には、表示手段A09 へ戻り、発生した未解決参照外
部名と未参照定義外部名の一覧を表示し、リカハ゛リ処理を
行うか否かを利用者が選択する処理の繰り返しになる。
全てが解決され未解決参照外部名が残らなかった場合に
は、処理A13 によりロート゛モシ゛ュールの生成を行う。
After the recovery processing B / C / D / E is completed, the external name definition reference resolution means A11 performs resolution processing of the defined external name and the reference external name again. As a result, unresolved reference occurrence determination means A
Determined by 12. If an unresolved reference external name has occurred, the display unit A09 is returned to, and a list of the unresolved reference external names and the unreferenced definition external names that have occurred is displayed, and the user is asked whether to perform recovery processing. The process of selecting is repeated.
If all are resolved and no unresolved reference external name remains, the process A13 generates a load module.

【0013】リカバリ処理の一つである「未解決参照/
未参照定義外部名修正処理B」は、利用者のミスのため
に、参照外部名と定義外部名の食い違いなどが生じ、未
解決参照外部名が残った場合の処理であり、参照又は定
義の外部名をリンク処理の中で正しく修正する。
"Unresolved reference /
The "unreferenced defined external name correction process B" is a process in the case where a mismatch between the referenced external name and the defined external name occurs due to a user's mistake, and the unresolved referenced external name remains. Correct the external name correctly in the link process.

【0014】未解決参照/未参照定義外部名修正処理B
のブロック構成を示す図2において、まず、修正外部名
の参照/定義選択入力手段B01 により、修正対象となる
参照/定義外部名を利用者に選択入力させ、続いて 新
外部名入力手段B02 により、その修正外部名に対する新
しい外部名を利用者に入力させる。次に、修正外部名/
新外部名スタックテーブル生成手段B03 により、修正外
部名とそれに対応した新外部名とを内部テーフ゛ルにスタックし
ていく。修正外部名選択終了判定手段B04 は、修正対象
となる外部名が他にあるか否かの判定を利用者に行わ
せ、ある場合には、選択入力手段B01 へ戻り処理を繰り
返す。修正対象となる外部名が無い場合には、参照/定
義外部名情報修正手段B05 により、生成したスタック・テーフ゛ル
の内容に基き、メモリ上に展開されている参照/定義
外部名に関する外部名情報テーブルを修正する。この外
部名情報テーブルは後述するロードモジュール生成手段
A13によってリンク処理時に使用されるもので、外部名
ごとに、そのすべての参照アドレス/定義アドレスとオフ
゛シ゛ェクトモシ゛ュール および外部名文字列の格納アドレス等か
らなる管理情報をテーブル化したもので、手段B05 は、
このテーブルのタイトルである外部名を修正する。(以
下、外部名情報テーブルの情報を外部名情報又は参照情
報/定義情報と称する。)外部名情報テーブルの修正
後、参照/定義外部名文字列修正手段B06 によって、外
部名情報テーブルで示される実際の外部名の文字列を修
正する。
Unresolved Reference / Unreferenced Definition External Name Correction Processing B
In FIG. 2 showing the block configuration of FIG. 2, first, the reference / definition selection input means B01 for the corrected external name is used to cause the user to select and input the reference / definition external name to be corrected, and then the new external name input means B02. , Allow the user to enter a new external name for the modified external name. Then modify external name /
The new external name stack table generating means B03 stacks the corrected external name and the corresponding new external name in the internal table. The corrected external name selection end determination means B04 causes the user to determine whether or not there is another external name to be corrected, and if so, returns to the selection input means B01 and repeats the processing. If there is no external name to be modified, the reference / definition external name information modification means B05 creates the external name information table for the reference / definition external name expanded on the memory based on the contents of the stack table generated. To fix. This external name information table is a load module generation means described later.
It is used by A13 during link processing, and is a table of management information consisting of all reference addresses / definition addresses, object modules and storage addresses of external name character strings for each external name. ,
Modify the external name that is the title of this table. (Hereinafter, the information in the external name information table is referred to as external name information or reference information / definition information.) After the external name information table is corrected, the reference / definition external name character string correction means B06 indicates the external name information table. Correct the actual external name string.

【0015】リカバリ処理の他の一つである「オブジェ
クトモジュール修正出力処理C」は、上述した「未解決
参照/未参照定義外部名修正処理B」と対になっている
もので、処理Bで修正した外部名を正しく反映したオフ゛シ
゛ェクトモシ゛ュール を、リンク処理中に生成し、利用者が指定
したファイルへ生成した新 オシ゛ェクトモシ゛ュール を出力する。
即ち、ソースプログラム上の外部名を修正し、コンパイ
ルをやり直す処理を行わずに、正常なオフ゛シ゛ェクトモシ゛ュール
を生成しファイルへ出力する。この、修正されたオフ゛シ゛ェクトモシ
゛ュール を生成出力する処理Cは、利用者が処理Bに加え
て更に項目として選択した場合にのみ起動される。
The "object module correction output process C" which is another one of the recovery processes is a pair with the above-mentioned "unresolved reference / unreferenced definition external name correction process B". Creates an object module that correctly reflects the modified external name during linking, and outputs the created new object module to the file specified by the user.
That is, the external object name on the source program is corrected, and the normal object module is executed without re-compile processing.
Is generated and output to a file. The process C for generating and outputting the modified object module is activated only when the user selects it as an item in addition to the process B.

【0016】オブジェクトモジュール修正出力処理Cの
ブロック構成を示す図3において、まず、オフ゛シ゛ェクトモシ゛ュ
ール 群情報テーフ゛ル生成手段C01 は、処理Bで生成された修
正外部名の スタック・テーフ゛ルと前述した外部名情報テーフ゛ルか
ら、その修正外部名が含まれていたオフ゛シ゛ェクトモシ゛ュール を
選別し更に、既にメモリ 上に展開されているオフ゛シ゛ェクトモシ゛ュ
ール 情報テーフ゛ル(リンカへ入力されたオフ゛シ゛ェクトモシ゛ュール 全
てに対し、一つずつ生成されており、そのオフ゛シ゛ェクトモシ゛ュ
ール のファイル上の位置や、大きさ等の情報が含まれてい
る)から、選別されたオフ゛シ゛ェクトモシ゛ュール に関し、新オフ゛シ゛
ェクトモシ゛ュール 情報テーフ゛ルを生成する。生成された新オフ゛シ゛ェク
トモシ゛ュール 情報テーフ゛ルは、この後、修正すべきオフ゛シ゛ェクトモシ゛
ュール を実際に入力する際に用いられる。
In FIG. 3 showing the block configuration of the object module correction output process C, first, the object module group information table generating means C01 is a stack table of the correction external name generated in the process B and the external name information table described above. The object modules that contained the modified external name are selected from the above, and further, the object modules information table already stored in the memory (one for each object module input to the linker is generated, A new object module information table is generated for the selected object module based on the position and size of the object module on the file). The generated new object module information table is used later when actually inputting the object module to be modified.

【0017】続いて、新オフ゛シ゛ェクト出力ファイル名入力手段C0
2 は、利用者に、修正された新オフ゛シ゛ェクトモシ゛ュール を出力
する出力先のファイル名を入力させ、修正オフ゛シ゛ェクト・モシ゛
ュール入力手段C03 で新オフ゛シ゛ェクトモシ゛ュール 情報テーフ゛ルを参照
して修正対象のオフ゛シ゛ェクトモシ゛ュールを一つ入力する。入力さ
れたモシ゛ュール を修正した結果、入力したオフ゛シ゛ェクトモシ゛ュール
内に同一の参照外部名と定義外部名が混在する場合に
は、リンカの処理が不要であるため、参照の外部名情報
をそのオフ゛シ゛ェクトモシ゛ュール から削除する必要がある。この
ため、同一外部名の存在検査手段C04 により、同一名の
参照外部名と定義外部名が混在しているかどうかを判定
し、もし混在していた場合には、同一外部名参照情報削
除手段C05 によって参照情報を削除し、同一参照名文字
列削除手段C06 により、その参照外部名の文字列も削除
する。
Then, a new object output file name input means C0
2 causes the user to input the file name of the output destination that outputs the modified new object module, and refers to the new object module information table with the modified object module input means C03 to select one object object to be modified. input. As a result of modifying the input module, if the same reference external name and definition external name are mixed in the input object module, the processing of the linker is not required, so the external name information of the reference is extracted from the object module. Must be deleted. Therefore, the existence checking means C04 for the same external name determines whether the reference external name of the same name and the defined external name are mixed, and if they are mixed, the same external name reference information deleting means C05 is used. The reference information is deleted by, and the character string of the reference external name is also deleted by the same reference name character string deleting means C06.

【0018】更に、番地補正情報修正手段C07 によりロー
ト゛モシ゛ュール生成手段A13 で使用される番地補正情報を修正
する。番地補正情報とはコンパイル時に生成されるもの
で、プログラム上で、ある変数(定義)を使用(参照)
しているような命令に対して一つずつ生成され、参照外
部名と定義外部名がそれぞれどこにあるかという情報
(番地)が含まれている。入力されたモシ゛ュール を修正し
た結果、入力したオフ゛シ゛ェクトモシ゛ュール 内に同一の参照外部
名と定義外部名が混在するようになったため、番地補正
情報修正手段C07 によりコンパイラが生成した場合と同
様に参照外部名と定義外部名の番地を確定し、番地補正
情報を修正する必要がある。一方、同一外部名の定義外
部名と参照外部名が混在しない場合には、外部名修正手
段C08 により、修正の対象となっているオブジェクトモ
ジュールの外部名を修正する。
Further, the address correction information correction means C07 corrects the address correction information used in the load module generation means A13. Address correction information is generated at compile time, and a certain variable (definition) is used in the program (reference).
Each such instruction is generated one by one, and includes information (address) where the reference external name and the definition external name are respectively. As a result of modifying the input module, the same reference external name and defined external name are now mixed in the input object module, so the reference external name is the same as that generated by the compiler by the address correction information correction means C07. It is necessary to determine the address of the external name and correct the address correction information. On the other hand, when the definition external name and the reference external name of the same external name do not coexist, the external name correcting means C08 corrects the external name of the object module to be corrected.

【0019】手段C05 〜 手段C07 或は、手段C08 によ
り、オフ゛シ゛ェクトの修正が終了すると、新オフ゛シ゛ェクトモシ゛ュール
出力手段C10 によって修正済の新オフ゛シ゛ェクトモシ゛ュール を手
段C02において入力されたファイルへ出力する。次に、修正オ
フ゛シ゛ェクト終了判定手段C11 は、修正対象となっているオフ゛
シ゛ェクトモシ゛ュール がまだあるかどうかを、手段C01 で生成し
た新オフ゛シ゛ェクトモシ゛ュール 情報テーフ゛ルを参照して判定し、まだ
ある場合には、手段C03 へ戻り処理を繰り返し、全て修
正が終了すれば、本処理Cを終了する。
When the correction of the object is completed by the means C05 to C07 or the means C08, a new object module is created.
The new object module modified by the output means C10 is output to the file input by the means C02. Next, the correction object end determination means C11 determines whether or not there is still an object object to be corrected by referring to the new object object information table generated by the means C01, and if there is, the means. Return to C03 and repeat the processing. When all the corrections are completed, this processing C is ended.

【0020】次に、リカバリ処理の他の一つである「主
入力オブジェクトモジュール追加入力処理D」は、リン
ク処理中に、利用者のミスの一つによるリンカへの主入
力となるオフ゛シ゛ェクトモシ゛ュール に不足があった場合に、主入
力オフ゛シ゛ェクトモシ゛ュール を追加して入力し、リンク処理を続
行し正常なロート゛ モシ゛ュール を生成させるものである。尚、
主入力とは、ライブラリ等から二次的に入力することで
はなく、リンカ へ初めに入力することを意味する。
Next, the "main input object module additional input processing D", which is another one of the recovery processing, changes to the object module which becomes the main input to the linker due to one of the user's mistakes during the link processing. When there is a shortage, the main input object module is added and input, and the link processing is continued to generate a normal load module. still,
The main input does not mean secondary input from the library, but input first to the linker.

【0021】まず、主入力オブジェクトモジュール追加
入力処理Dのブロック構成を示す図4において、追加主
入力ファイル名/追加主入力オフ゛シ゛ェクト名入力手段D01 は、追
加して主入力とするオフ゛シ゛ェクトモシ゛ュール が入っているファ
イル名とそのファイルから入力するオフ゛シ゛ェクトモシ゛ュール の名前
を、利用者に入力させる。追加主入力ファイル名/追加主入
力オフ゛シ゛ェクト名スタックテーフ゛ル生成手段D02 は、入力されたファイ
ル名とオフ゛シ゛ェクトモシ゛ュール名を対応させた内部テーフ゛ルを生成し
スタックする。追加主入力オフ゛シ゛ェクト入力終了判定手段D03
は、追加主入力オフ゛シ゛ェクトモシ゛ュール がまだ他にあるかどう
かを利用者に判定させ、まだある場合には手段D01 へ戻
り、処理を繰り返す。他に無い場合には主入力オフ゛シ゛ェクト
入力情報テーフ゛ル生成手段 D04は、手段D02 で生成した内
部テーフ゛ルを参照して、主入力オフ゛シ゛ェクト入力情報テーフ゛ルを生
成する。この主入力オフ゛シ゛ェクト入力情報テーフ゛ルとは、オフ゛シ゛
ェクトの入っているファイル名と主入力オフ゛シ゛ェクト名を主情報と
しており、リンカ が本来のオフ゛シ゛ェクト入力を行う場合に使用
するものと同一形式のテーブルである。追加オフ゛シ゛ェクト・モ
シ゛ュール入力手段D05 は、この情報テーフ゛ルを参照しながら本
来の主入力と同じようにオフ゛シ゛ェクトモシ゛ュール を入力する。
First, referring to FIG. 4 showing the block structure of the main input object module additional input processing D, the additional main input file name / additional main input object name input means D01 includes an object module to be additionally added as a main input. Ask the user to enter the name of the existing file and the name of the object module to be input from that file. The additional main input file name / additional main input object name stack table generating means D02 creates and stacks an internal table in which the input file name and the object module name are associated with each other. Additional main input object input end determination means D03
Causes the user to determine whether or not there is another additional main input object module, and if so, returns to the means D01 and repeats the processing. Otherwise, the main input object input information table generating means D04 refers to the internal table generated by the means D02 to generate the main input object input information table. The main input object input information table has the file name containing the object and the main input object name as the main information, and is a table of the same format as that used by the linker for the original object input. The additional object module input means D05 inputs the object module in the same manner as the original main input with reference to this information table.

【0022】次に、リカバリ処理の他の一つである「ラ
イブラリ追加検索処理E」は、利用者のミスに起因し、
検索するライブラリの指定の不足により、リンカで未解
決参照外部名が発生した場合に対処する処理であり、リ
ンク処理中に追加して検索するライブラリを指定し、そ
のライフ゛ラリ を検索して必要なオフ゛シ゛ェクトモシ゛ュール を入力し、
リンク処理を続行させて正常なロート゛モシ゛ュールを生成させ
る。
Next, "library additional search processing E" which is another one of the recovery processing is caused by a mistake made by the user.
This is a process to deal with the case where an unresolved reference external name occurs in the linker due to lack of specification of the library to be searched, specify the library to be searched additionally during link processing, and search for that library to find the required object. Enter the module,
Let the link process continue and generate a normal load module.

【0023】ライブラリ追加検索処理Eのブロック構成
を示す図5において、まず、追加検索ライブラリ名入力
手段E01 は、利用者に追加検索をするライブラリの名前
を入力させる。そして追加検索ライブラリ名スタックテ
ーブル生成手段E02 は、入力された ライフ゛ラリ名を内部テーフ
゛ルにスタックする。追加検索ライブラリ名入力終了判定手段
E03 は、追加検索ライフ゛ラリ がまだ他にあるか否かを利用
者に判定させ、まだある場合には、手段E01 へ戻り処理
を繰り返す。
In FIG. 5 showing the block configuration of the additional library search process E, first, the additional search library name input means E01 makes the user input the name of the library to be additionally searched. Then, the additional search library name stack table generation means E02 stacks the input library name in the internal table. Additional search library name input end judgment means
E03 causes the user to determine whether or not there is another additional search library, and if so, returns to the means E01 and repeats the processing.

【0024】他に無いと判定された場合には、追加ライ
ブラリ検索用情報テーブル生成手段E04 により、手段E0
2 で生成した内部テーフ゛ルを参照して、追加ライフ゛ラリ 検索用
情報テーフ゛ルを生成する。この生成された追加ライフ゛ラリ 検索
用情報テーフ゛ルとは、追加検索ライフ゛ラリ の名前を主情報とし
ており、リンカ が本来のライフ゛ラリ 検索を行う場合に使用す
る従来のものと同一の形式である。追加ライフ゛ラリ 検索手
段E05 は、生成された検索用情報テーフ゛ルを検索し、解決
定義外部名を含むオフ゛シ゛ェクトモシ゛ュール が存在した場合に
は、追加オフ゛シ゛ェクトモシ゛ュール 入力手段 E06により、そのオフ゛
シ゛ェクトモシ゛ュール を入力する。存在しない場合には、そのま
ま本リカハ゛リ処理を終了する。
If it is determined that there is no other means, the additional library search information table generating means E04 causes the means E0.
Create an additional library search information table by referring to the internal table created in 2. The generated additional library search information table has the name of the additional search library as the main information, and has the same format as the conventional one used by the linker to perform the original library search. The additional library search means E05 searches the generated search information table, and when an object module including the resolution definition external name exists, the additional object module input means E06 inputs the off-object module. If it does not exist, this recovery processing is ended as it is.

【0025】図6は、リンク処理Aの処理内容のフロー
チャートである。
FIG. 6 is a flowchart of the processing contents of the link processing A.

【0026】まず、SP01により、オフ゛シ゛ェクトモシ゛ュール を入
力し、外部名の参照外部名と定義外部名の解決処理を行
う。次に、SP02で未解決の参照外部名が発生したか否か
を判定し発生しなかった場合には、SP17へ進みロート゛モシ゛ュ
ールを生成する。未解決参照外部名が発生した場合には、
SP03へ進み、ライフ゛ラリ 内に解決となる定義外部名がある
かどうか検索を行う。検索により解決定義外部名を発見
した場合には、SP04の判定でSP05へ進み、その解決定義
外部名を含む オフ゛シ゛ェクトモシ゛ュールを入力し、更に参照外部
名と定義外部名の解決処理を行う。最終的に未解決参照
外部名が残ったか否かをSP06で判定し、残らなければ S
P17 へ進みロート゛モシ゛ュールを生成し、残った場合にはSP07へ
進む。一方、ライフ゛ラリ 内に解決となる定義外部名を発見
できなかった場合には、SP04からそのままSP07へ進む。
First, the SP01 inputs an object module, and resolves a reference external name of an external name and a defined external name. Next, in SP02, it is determined whether or not an unresolved external reference name has occurred. If not, the process proceeds to SP17 and a load module is generated. If an unresolved referenced external name occurs,
Proceed to SP03 and search for a defined external name that will be resolved in the library. When the resolution-defined external name is found by the search, the process proceeds to SP05 in the determination of SP04, the object module including the resolution-defined external name is input, and the resolution processing of the reference external name and the defined external name is performed. Finally, it is judged in SP06 whether or not the unresolved reference external name remains, and if not, S
Proceed to P17 to create a load module, and if there are any remaining, proceed to SP07. On the other hand, if the definition external name that can be resolved cannot be found in the diary, the process directly proceeds from SP04 to SP07.

【0027】SP07では、本リカハ゛リ処理を起動させること
を指示するオフ゜ション (新規に設けるリンカ・オフ゜ション )が、利
用者によって指定されているか否かを判定し、指定され
ていなければSP17へ進みロート゛モシ゛ュールを生成する。指定さ
れている場合は、SP08にて最終的に残った未解決参照外
部名と未参照定義外部名の一覧を画面に表示する。次
に、SP09において、表示された未解決参照外部名及び未
参照定義外部名が、利用者の意図によるものか、ミスに
よって残ったものであるかを利用者に入力させる。利用
者の意図によるものであれば、SP17へ進みロート゛モシ゛ュールを
生成し、ミスである場合には、SP10へ進みSP11、SP12、
SP13、SP14の4通りあるリカバリ処理から起動させたい
処理を利用者に選択させる。SP11、SP12、SP13、SP14の
各処理のフローチャートは、各々図7〜図10に示す。
In SP07, it is determined whether or not an option (a linker option to be newly provided) instructing to start this recovery processing is designated by the user. If not, the process proceeds to SP17 and the load module is executed. To generate. If specified, a list of unresolved referenced external names and unreferenced defined external names that finally remained in SP08 is displayed on the screen. Next, in SP09, the user is prompted to input whether the displayed unresolved referenced external name and unreferenced defined external name are those intended by the user or those left by mistake. If the user's intention, proceed to SP17 to generate a load module, and if it is a mistake, proceed to SP10, SP11, SP12,
The user is made to select the processing to be activated from the four types of recovery processing of SP13 and SP14. Flow charts of the processes of SP11, SP12, SP13, and SP14 are shown in FIGS. 7 to 10, respectively.

【0028】リカバリ処理の段階で、新たなオフ゛シ゛ェクトモシ
゛ュール の入力、あるいは参照外部名や定義外部名名の変
更などの処理が行われるために、各々のリカバリ処理の
後で、SP15により再度参照外部名と定義外部名の解決処
理を行う。次に、SP16では未解決の参照外部名が発生し
たか否かを判定し、発生した場合には再度SP08へ戻り、
処理を繰り返す。未解決参照外部名がなかった場合に
は、SP17へ進みロート゛モシ゛ュールを生成する。
At the stage of the recovery process, a new external object module is input, or a process of changing the reference external name or the definition external name is performed. Therefore, after each recovery process, the SP15 again refers to the external name. And define Resolve external name. Next, in SP16, it is determined whether or not an unresolved external reference name has occurred, and if so, return to SP08 again,
Repeat the process. If there is no unresolved reference external name, proceed to SP17 and generate a load module.

【0029】図7は、前述したリカバリ処理のうちの一
つである未解決参照/未参照定義名修正処理(SP11)の
フローチャートである。
FIG. 7 is a flowchart of the unresolved reference / unreferenced definition name correction processing (SP11), which is one of the recovery processing described above.

【0030】まず、SP18により、画面に表示されている
未解決参照/未参照定義名の一覧から、利用者に修正対
象とする外部名を選択させる。続いて、SP19で、利用者
に新しい外部名を入力させる。SP20においては、修正外
部名とSP19で入力させた対応する新外部名を内部テーブ
ルへスタックする。次に、SP21で、更に修正する外部名
があるかどうかを利用者に選択させ、ある場合にはSP18
へ戻り処理を繰り返す。ない場合は、SP22へ進み、SP20
で生成したスタック・テーフ゛ル を参照しながら、実際に参照外
部名または定義外部名の外部名情報(メモリ 上に生成され
ているテーフ゛ル)を修正し、SP23において外部名の文字列
を修正する。
First, SP18 allows the user to select an external name to be corrected from the list of unresolved reference / unreferenced definition names displayed on the screen. Then, at SP19, the user is prompted to enter a new external name. In SP20, the corrected external name and the corresponding new external name input in SP19 are stacked in the internal table. Next, at SP21, the user is allowed to select whether or not there is an external name to be further corrected.
Return to and repeat the process. If not, proceed to SP22, SP20
While referring to the stack table generated in step 3, the external name information (table generated in memory) of the referenced external name or the defined external name is actually corrected, and the character string of the external name is corrected in SP23.

【0031】図8は、前述したリカバリ処理のうちの他
の一つであるオブジェクト・モジュール修正出力処理
(SP12)のフローチャートである。尚、本処理は、SP11
の未解決参照/未参照定義名修正処理の直後に行われ、
利用者がリカバリ処理を選択する際に、SP11に加えてSP
12も選択した場合に実行される。
FIG. 8 is a flowchart of the object module correction output process (SP12) which is another one of the above-mentioned recovery processes. In addition, this process is SP11
Immediately after the unresolved reference / unreferenced definition name correction process of
SP in addition to SP11 when the user selects recovery processing
Executed when 12 is also selected.

【0032】まず、SP24により、SP11において修正され
た外部名を含んだオフ゛シ゛ェクト・モシ゛ュールに関する情報テーフ゛ルを
生成する。本情報テーフ゛ルは、前述したように、実際に修
正すべきオフ゛シ゛ェクト・モシ゛ュールをファイルから入力する際に使用
される。次に、SP25で、利用者に修正後のオフ゛シ゛ェクト・モシ゛
ュールを出力するファイルの名前を入力させ、SP26によって実
際に修正するオフ゛シ゛ェクト・モシ゛ュールをファイルから入力する。
First, the SP24 generates an information table regarding the object module including the external name modified in SP11. As described above, this information table is used when inputting the object module to be actually corrected from the file. Next, at SP25, the user is prompted to input the name of the file to which the corrected object module is to be output, and at SP26, the object module to be actually corrected is input from the file.

【0033】次に、SP27において、外部名の修正の結
果、現在修正対象となっているオフ゛シ゛ェクト・モシ゛ュール内に、
同一名を持つ参照外部名と定義外部名が混在するか否か
を検査する。混在する場合には、SP28へ進み、該当外部
名の参照情報を削除し、SP29で参照外部名の文字列を削
除し、SP30で該当番地補正情報を修正する。次に、SP33
へ進み、修正したオフ゛シ゛ェクト・モシ゛ュールを指定されたファイルへ
出力する。
Next, in SP27, as a result of the correction of the external name, in the object module currently being corrected,
Checks whether the referenced external name and the defined external name that have the same name coexist. If they are mixed, the process proceeds to SP28, the reference information of the corresponding external name is deleted, the character string of the reference external name is deleted at SP29, and the corresponding address correction information is corrected at SP30. Then SP33
Proceed to and output the modified object module to the specified file.

【0034】一方、SP27の検査の結果、混在しない場合
には、SP31へ進み、修正する外部名の参照情報または定
義情報を修正し、SP32でその外部名の文字列を修正す
る。その後、同様に、SP33へ進み、修正したオフ゛シ゛ェクト・モ
シ゛ュールを指定されたファイルへ出力する。最後に、SP34にお
いて他の修正すべきオフ゛シ゛ェクト・モシ゛ュールの有無を、SP24で
生成した情報テーフ゛ルを参照して判定し、有る場合はSP26
へ戻り処理を繰り返し、無い場合には本リカハ゛リ処理を終
了する。
On the other hand, as a result of the inspection in SP27, if they are not mixed, the process proceeds to SP31, the reference information or definition information of the external name to be corrected is corrected, and the character string of the external name is corrected in SP32. After that, similarly, the program proceeds to SP33, and the corrected object module is output to the specified file. Finally, in SP34, the presence or absence of another object module to be corrected is determined by referring to the information table generated in SP24, and if there is, SP26
The process returns to and the process is repeated. If there is no such process, this recovery process ends.

【0035】図9は、前述したリカバリ処理のうちのさ
らに他の一つである主入力オブジェクト・モジュール追
加入力処理(SP13)のフローチャートである。
FIG. 9 is a flowchart of a main input object module additional input process (SP13) which is another one of the above-mentioned recovery processes.

【0036】まず、SP35により、追加して主入力とする
オフ゛シ゛ェクト・モシ゛ュールが入っているファイル名と、そのファイルから
入力するオフ゛シ゛ェクト・モシ゛ュールの名前を利用者に入力させ
る。次に、SP36で、入力されたファイル名とオフ゛シ゛ェクト・モシ゛ュー
ル名を対応させて内部テーフ゛ルにスタックする。続いて、他の追
加主入力オフ゛シ゛ェクト・モシ゛ュールの有無を利用者に選択させ、
ある場合はSP35へ戻り処理を繰り返し、無い場合にはSP
38へ進み、追加入力オフ゛シ゛ェクト用の入力情報テーフ゛ルを生成
する。最後に、SP39で実際にオフ゛シ゛ェクト・モシ゛ュール を入力
情報テーフ゛ルに従って入力する。
First, at step SP35, the user is prompted to input the name of the file containing the object module to be additionally input and the name of the object module to be input from the file. Next, in SP36, the input file name and the object module name are made to correspond to each other and are stacked in the internal table. Next, let the user select whether or not there is another additional main input object module.
If yes, return to SP35 and repeat the process. If no, SP
Proceed to 38 to generate an input information table for additional input objects. Finally, in SP39, actually input the object module according to the input information table.

【0037】図10は、前述したリカバリ処理のうちの
最後の一つであるライブラリ追加検索処理(SP14)のフ
ローチャートである。
FIG. 10 is a flowchart of the library additional search process (SP14) which is the last one of the above-mentioned recovery processes.

【0038】まず、SP40により、追加検索するライフ゛ラリ
名を利用者に入力させ、次に、SP41で、そのライフ゛ラリ 名
を内部テーフ゛ルを生成してスタックする。次に、SP42で他の追
加検索のライフ゛ラリ の有無を利用者に入力させ、ある場合
にはSP40へ戻り処理を繰り返し、無い場合にはSP43へ進
み、ライフ゛ラリ を追加検索する為の情報テーフ゛ルを生成する。
SP44では、その情報テーフ゛ルを参照しながら、実際にライフ゛ラ
リ を検索する。この検索における解決定義外部名の存在
の有無をSP45によって判定し、存在した場合にはSP46へ
進み、実際にその解決定義外部名を含むオフ゛シ゛ェクト・モシ゛ュー
ルを入力して本リカハ゛リ処理を終了する。一方、存在しなか
った場合には、そのまま本リカハ゛リ処理を終了する。
[0038] First, the SP40 makes an additional search
The user is made to input the first name, and then, in SP41, the internal name of the library is generated and stacked. Next, in SP42, the user is prompted to enter the presence or absence of the additional search gallery, and if there is, go back to SP40 and repeat the process. If not, go to SP43 and generate an information table for additional search for the diary. To do.
In SP44, referring to the information table, the actual library is searched. The presence or absence of the resolution definition external name in this search is determined by SP45, and if it is present, the process proceeds to SP46, the object module including the resolution definition external name is actually input, and this recovery processing ends. On the other hand, if it does not exist, this recovery processing is ended as it is.

【0039】[0039]

【発明の効果】以上説明したように、本発明のリンク処
理では、最終的に残った未解決参照外部名に対し、それ
が利用者のミスである場合には、リンク処理を終了させ
ることなくリカバリ処理を行わせることが出来、正常な
ロードモジュールの生成を効率的に達成することが可能
になる効果がある。
As described above, in the link processing of the present invention, if the unresolved reference external name finally remained is the user's mistake, the link processing is not terminated. The recovery process can be performed, and the normal generation of the load module can be efficiently achieved.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の全体のリンク処理の一実施例を示すブ
ロック図である。
FIG. 1 is a block diagram showing an embodiment of the entire link processing of the present invention.

【図2】未解決参照/未参照定義外部名修正処理Bの一
実施例を示すブロック図である。
FIG. 2 is a block diagram showing an example of an unresolved reference / unreferenced definition external name correction process B;

【図3】オブジェクトモジュール修正出力処理Cの一実
施例を示すブロック図である。
FIG. 3 is a block diagram showing an embodiment of an object module correction output process C.

【図4】主入力オブジェクトモジュール追加入力処理D
の一実施例を示すブロック図である。
FIG. 4 is a main input object module additional input process D.
FIG. 3 is a block diagram showing one embodiment of the present invention.

【図5】ライブラリ追加検索処理Eの一実施例を示すブ
ロック図である。
FIG. 5 is a block diagram showing an example of a library additional search process E.

【図6】リンク処理Aの処理内容のフローチャートであ
る。
FIG. 6 is a flowchart of processing contents of link processing A.

【図7】未解決参照/未参照定義名修正処理(SP11)の
フローチャートである。
FIG. 7 is a flowchart of unsolved reference / unreferenced definition name correction processing (SP11).

【図8】オブジェクト・モジュール修正出力処理(SP1
2)のフローチャートである。
[Figure 8] Object module correction output processing (SP1
It is a flowchart of 2).

【図9】主入力オブジェクト・モジュール追加入力処理
(SP13)のフローチャートである。
FIG. 9 is a flowchart of main input object module additional input processing (SP13).

【図10】ライブラリ追加検索処理(SP14)のフローチ
ャートである。
FIG. 10 is a flowchart of a library additional search process (SP14).

【符号の説明】[Explanation of symbols]

A01,A05 オフ゛シ゛ェクトモシ゛ュール入力手段 A02 外部名定義参照解決手段 A03 未解決参照発生判定手段 A04 ライブラリ検索手段 A06 外部名定義参照解決手段 A07 最終未解決参照発生判定手段 A08 リンカオプション有無判定手段 A09 未解決参照/未参照定義一覧表示手段 A10 利用者ミス判定入力手段 A11 外部名定義参照解決手段 A12 未解決参照発生判定手段 A13 ロート゛モシ゛ュール 生成処理 B 未解決参照/未参照定義外部名修正処理 C オブジェクトモジュール修正出力処理 D 主入力オブジェクトモジュール追加入力処理 E ライブラリ追加検索処理 B01 修正外部名の参照/定義選択入力手段 B02 新外部名入力手段 B03 修正外部名/新外部名スタックテーブル生成手
段 B04 修正外部名選択終了判定手段 B05 参照/定義外部名情報修正手段 B06 参照/定義外部名文字列修正手段 C01 オフ゛シ゛ェクトモシ゛ュール 群情報テーフ゛ル生成手段 C02 新オフ゛シ゛ェクト出力ファイル名入力手段 C03 修正オフ゛シ゛ェクト・モシ゛ュール入力手段 C04 同一外部名の存在検査手段 C05 同一外部名参照情報削除手段 C06 同一参照名文字列削除手段 C07 番地補正情報修正手段 C08 外部名修正手段 C10 新オフ゛シ゛ェクトモシ゛ュール 出力手段 C11 修正オフ゛シ゛ェクト終了判定手段 D01 追加主入力ファイル名/追加主入力オフ゛シ゛ェクト名入力
手段 D02 追加主入力ファイル名/追加主入力オフ゛シ゛ェクト名スタック
テーフ゛ル生成手段 D03 追加主入力オフ゛シ゛ェクト入力終了判定手段 D04 主入力オフ゛シ゛ェクト入力情報テーフ゛ル生成手段 D05 追加オフ゛シ゛ェクト・モシ゛ュール入力手段 E01 追加検索ライブラリ名入力手段 E02 追加検索ライブラリ名スタックテーブル生成手
段 E03 追加検索ライブラリ名入力終了判定手段 E04 追加ライブラリ検索用情報テーブル生成手段 E05 追加ライフ゛ラリ 検索手段 E06 追加オフ゛シ゛ェクトモシ゛ュール 入力手段
A01, A05 Object module input means A02 External name definition reference resolution means A03 Unresolved reference occurrence determination means A04 Library search means A06 External name definition reference resolution means A07 Final unresolved reference occurrence determination means A08 Linker option presence / absence determination means A09 Unresolved reference / Unreferenced definition list display means A10 User error judgment input means A11 External name definition reference resolution means A12 Unresolved reference occurrence judgment means A13 Load module generation processing B Unresolved reference / unreferenced definition external name correction processing C Object module correction output Processing D Main input object module additional input processing E Library additional search processing B01 Corrected external name reference / definition selection input means B02 New external name input means B03 Modified external name / new external name stack table generation means B04 Modified external name selection end judgment Method B05 Reference / Definition External name information correction method B06 Reference / Definition External name character string correction means C01 Object module group information table generation means C02 New object output file name input means C03 Corrected object / module input means C04 Same external name existence inspection means C05 Same external name reference information deletion means C06 Same reference name characters Column delete means C07 Address correction information correction means C08 External name correction means C10 New object module output means C11 Corrected object end judgment means D01 Additional main input file name / Additional main input off object name input means D02 Additional main input file name / Additional main input Object name Stack table generation means D03 Additional main input Off object input end judgment means D04 Main input Off object input information table generation means D05 Additional off object / module input means E01 Additional search line Lary-name input means E02 additional search library name stack table generation means E03 additional search library name additional input termination judgment means E04 additional library search for the information table generating means E05 life Bu library search means E06 additional off Bu Shi Bu Ekutomoshi Bu Yuru input means

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 入力された複数のオブジェクトモジュー
ルから1個のロードモジュールを生成するリンク処理シ
ステムでの未解決参照外部名発生時におけるリンク処理
方式において、オブジェクトモジュールを入力するオブ
ジェクトモジュール入力手段と、前記オブジェクトモジ
ュールにおける参照外部名と定義外部名とを関連付けて
解決する外部名定義参照解決手段と、前記関連付けが解
決されずに残った未解決参照外部名が存在するか否かを
判定する未解決参照発生判定手段と、予め用意されたラ
イブラリ内に前記未解決参照外部名を解決する前記定義
外部名が存在するか否かを検索するライブラリ検索手段
と、前記ライブラリ検索手段による前記検索の結果最終
未解決参照外部名が残ったか否かを判定する最終未解決
参照発生判定手段と、前記最終未解決参照外部名が残っ
た場合に前記最終未解決参照外部名と参照の無かった定
義外部名である未参照定義外部名の一覧を画面に表示す
る未解決参照/未参照定義一覧表示手段と、修正対象と
なる前記最終未解決参照外部名および前記未参照定義外
部名を前記一覧表から選択させる修正外部名の参照/定
義選択入力手段と、前記修正外部名に対する新外部名を
入力させる新外部名入力手段と、前記修正外部名と前記
修正外部名に対する前記新外部名とを一組にして内部テ
ーブルにスタックする修正外部名/新外部名スタック・
テーブル生成手段と、前記スタック・テーブルを参照し
て外部名ごとにリンク処理時に使用されるリンク処理情
報を管理する情報テーブルおよび前記リンク処理情報に
関し所定の修正を行う参照/定義外部名情報修正手段
と、前記情報テーブルを参照して前記リンク処理を行い
前記複数のオブジェクトモジュールから1つのロードモ
ジュールを生成するロードモジュール生成手段から構成
されることを特徴とする未解決参照外部名発生時におけ
るリンク処理方式。
1. An object module input means for inputting an object module in a link processing method when an unresolved reference external name is generated in a link processing system for generating one load module from a plurality of input object modules, An external name definition reference resolution means for associating and resolving a referenced external name and a defined external name in the object module, and an unresolved determination as to whether or not there is an unresolved referenced external name left unresolved in the association. Reference occurrence determining means, library searching means for searching whether or not the defined external name that resolves the unresolved referenced external name exists in a library prepared in advance, and the result of the search by the library searching means is final. A final unresolved reference occurrence determination means for determining whether or not unresolved reference external names remain , List of unresolved references / unreferenced definitions that displays a list of unreferenced definition external names that are definition external names that were unreferenced with the final unresolved reference external name when the final unresolved reference external name remains Display means, reference / definition selection input means for the corrected external name for selecting the final unresolved referenced external name and the unreferenced defined external name to be corrected from the list, and a new external name for the corrected external name. A modified external name / new external name stack for stacking a set of the new external name input means for inputting, the modified external name and the new external name for the modified external name in the internal table
Table generation means, an information table for managing link processing information used for link processing for each external name by referring to the stack table, and a reference / definition external name information correction means for making a predetermined correction with respect to the link processing information. And a link module when the unresolved reference external name is generated, which comprises load module generating means for referring to the information table and performing the link processing to generate one load module from the plurality of object modules. method.
【請求項2】 入力された複数のオブジェクトモジュー
ルから1個のロードモジュールを生成するリンク処理シ
ステムでの未解決参照外部名発生時におけるリンク処理
方式において、オブジェクトモジュールを入力するオブ
ジェクトモジュール入力手段と、前記オブジェクトモジ
ュールにおける参照外部名と定義外部名とを関連付けて
解決する外部名定義参照解決手段と、前記関連付けが解
決されずに残った未解決参照外部名が存在するか否かを
判定する未解決参照発生判定手段と、予め用意されたラ
イブラリ内に前記未解決参照外部名を解決する前記定義
外部名が存在するか否かを検索するライブラリ検索手段
と、前記ライブラリ検索手段による前記検索の結果最終
未解決参照外部名が残ったか否かを判定する最終未解決
参照発生判定手段と、前記最終未解決参照外部名が残っ
た場合に前記最終未解決参照外部名と参照の無かった定
義外部名である未参照定義外部名の一覧を画面に表示す
る未解決参照/未参照定義一覧表示手段と、修正対象と
なる前記最終未解決参照外部名および前記未参照定義外
部名を前記一覧表から選択させる修正外部名の参照/定
義選択入力手段と、前記修正外部名に対する新外部名を
入力させる新外部名入力手段と、前記修正外部名と前記
修正外部名に対する前記新外部名とを一組にして内部テ
ーブルにスタックする修正外部名/新外部名スタック・
テーブル生成手段と、前記スタック・テーブルを参照し
て外部名ごとにリンク処理時に使用されるリンク処理情
報を管理する情報テーブルおよび前記リンク処理情報に
関し所定の修正を行う参照/定義外部名情報修正手段
と、前記リンク処理情報に含まれるオブジェクトモジュ
ール名に基き前記修正外部名を含むオブジェクトモジュ
ールである修正前オブジェクトモジュールをファイルか
ら入力する修正オブジェクトモジュール入力手段と、前
記入力された修正オブジェクトモジュールに同じ名前の
前記参照外部名と前記定義外部名が混在する場合に、前
記参照外部名を前記オブジェクトモジュールから削除す
る同一外部名参照情報削除手段と、前記同一オブジェク
トモジュール内に混在する同一名の前記参照外部名と前
記定義外部名の前記同一オブジェクトモジュール内アド
レスを管理する番地補正情報を修正する番地補正情報修
正手段と、前記入力された修正オブジェクトモジュール
に同じ名前の前記参照外部名と前記定義外部名が混在し
ない場合に前記修正前オブジェクトモジュールの前記修
正外部名を前記新外部名に修正し新オブジェクトモジュ
ールを生成する外部名修正手段と、前記新オブジェクト
モジュールを予め指定されているファイルへ出力する新
オブジェクトモジュール出力手段と、前記情報テーブル
を参照して前記リンク処理を行い前記複数のオブジェク
トモジュールから1つのロードモジュールを生成するロ
ードモジュール生成手段から構成されることを特徴とす
る未解決参照外部名発生時におけるリンク処理方式。
2. An object module input means for inputting an object module in a link processing method when an unresolved reference external name occurs in a link processing system for generating one load module from a plurality of input object modules, An external name definition reference resolution means for associating and resolving a referenced external name and a defined external name in the object module, and an unresolved determination as to whether or not there is an unresolved referenced external name left unresolved in the association. Reference occurrence determining means, library searching means for searching whether or not the defined external name that resolves the unresolved referenced external name exists in a library prepared in advance, and the result of the search by the library searching means is final. A final unresolved reference occurrence determination means for determining whether or not unresolved reference external names remain , List of unresolved references / unreferenced definitions that displays a list of unreferenced definition external names that are definition external names that were unreferenced with the final unresolved reference external name when the final unresolved reference external name remains Display means, reference / definition selection input means for the corrected external name for selecting the final unresolved referenced external name and the unreferenced defined external name to be corrected from the list, and a new external name for the corrected external name. A modified external name / new external name stack for stacking a set of the new external name input means for inputting, the modified external name and the new external name for the modified external name in the internal table
Table generation means, an information table for managing link processing information used for link processing for each external name by referring to the stack table, and a reference / definition external name information correction means for making a predetermined correction with respect to the link processing information. And a correction object module input means for inputting from the file a pre-correction object module which is an object module including the correction external name based on the object module name included in the link processing information, and the same name as the input correction object module. When the reference external name and the defined external name are mixed, the same external name reference information deleting means for deleting the reference external name from the object module, and the reference external having the same name mixed in the same object module Name and the above definition of the external name (1) Address correction information correction means for correcting the address correction information for managing the address in one object module, and the uncorrected object when the reference external name and the defined external name of the same name do not coexist in the input corrected object module External name correction means for correcting the corrected external name of the module to the new external name to generate a new object module; new object module output means for outputting the new object module to a predesignated file; and the information table The link processing method at the time of occurrence of an unresolved referenced external name, characterized in that it comprises load module generation means for performing the link processing with reference to the above to generate one load module from the plurality of object modules.
【請求項3】 入力された複数のオブジェクトモジュー
ルから1個のロードモジュールを生成するリンク処理シ
ステムでの未解決参照外部名発生時におけるリンク処理
方式において、オブジェクトモジュールを入力するオブ
ジェクトモジュール入力手段と、前記オブジェクトモジ
ュールにおける参照外部名と定義外部名とを関連付けて
解決する外部名定義参照解決手段と、前記関連付けが解
決されずに残った未解決参照外部名が存在するか否かを
判定する未解決参照発生判定手段と、予め用意されたラ
イブラリ内に前記未解決参照外部名を解決する前記定義
外部名が存在するか否かを検索するライブラリ検索手段
と、前記ライブラリ検索手段による前記検索の結果最終
未解決参照外部名が残ったか否かを判定する最終未解決
参照発生判定手段と、前記最終未解決参照外部名が残っ
た場合に前記最終未解決参照外部名と参照の無かった定
義外部名である未参照定義外部名の一覧を画面に表示す
る未解決参照/未参照定義一覧表示手段と、リンカへ追
加して入力する追加オブジェクトモジュール名と前記追
加オブジェクトモジュールが入っているファイル名を入
力させる追加主入力ファイル名/追加主入力オブジェク
ト名入力手段と、前記入力されたファイル名と前記追加
オブジェクトモジュール名をスタックして内部テーブル
を生成する追加主入力ファイル名/追加主入力オブジェ
クト名スタック・テーブル生成手段と、前記内部テーブ
ルを参照して前記ファイルから前記追加オブジェクトモ
ジュールを入力する追加オブジェクト・モジュール入力
手段と、前記追加オブジェクトモジュールを含めた前記
複数のオブジェクトモジュールから1つのロードモジュ
ールを生成するロードモジュール生成手段から構成され
ることを特徴とする未解決参照外部名発生時におけるリ
ンク処理方式。
3. An object module input means for inputting an object module in a link processing method when an unresolved reference external name occurs in a link processing system for generating one load module from a plurality of input object modules, An external name definition reference resolution means for associating and resolving a referenced external name and a defined external name in the object module, and an unresolved determination as to whether or not there is an unresolved referenced external name left unresolved in the association. Reference occurrence determining means, library searching means for searching whether or not the defined external name that resolves the unresolved referenced external name exists in a library prepared in advance, and the result of the search by the library searching means is final. A final unresolved reference occurrence determination means for determining whether or not unresolved reference external names remain , List of unresolved references / unreferenced definitions that displays a list of unreferenced definition external names that are definition external names that were unreferenced with the final unresolved reference external name when the final unresolved reference external name remains Display means, additional main input file name / additional main input object name input means for inputting an additional object module name additionally input to the linker and a file name containing the additional object module, and the input file name And an additional main input file name / additional main input object name stack table generating means for stacking the additional object module name with the additional object module name and inputting the additional object module from the file with reference to the internal table. Additional object module input means and the additional object module Linking scheme in unresolved external reference name when generating characterized in that they are composed of the load module generation means for generating a single load module from the plurality of object modules, including Le.
【請求項4】 入力された複数のオブジェクトモジュー
ルから1個のロードモジュールを生成するリンク処理シ
ステムでの未解決参照外部名発生時におけるリンク処理
方式において、オブジェクトモジュールを入力するオブ
ジェクトモジュール入力手段と、前記オブジェクトモジ
ュールにおける参照外部名と定義外部名とを関連付けて
解決する外部名定義参照解決手段と、前記関連付けが解
決されずに残った未解決参照外部名が存在するか否かを
判定する未解決参照発生判定手段と、予め用意されたラ
イブラリ内に前記未解決参照外部名を解決する前記定義
外部名が存在するか否かを検索するライブラリ検索手段
と、前記ライブラリ検索手段による前記検索の結果最終
未解決参照外部名が残ったか否かを判定する最終未解決
参照発生判定手段と、前記最終未解決参照外部名が残っ
た場合に前記最終未解決参照外部名と参照の無かった定
義外部名である未参照定義外部名の一覧を画面に表示す
る未解決参照/未参照定義一覧表示手段と、追加検索を
する追加ライブラリ名を入力させる追加検索ライブラリ
名入力手段と、入力された前記追加ライブラリ名をスタ
ックする内部テーブルを生成する追加検索ライブラリ名
スタック・テーブル生成手段と、前記内部テーブルを参
照して前記追加ライブラリを検索する追加ライブラリ検
索手段と、前記解決定義外部名が前記追加ライブラリに
存在した場合には前記解決定義外部名を含む追加オブジ
ェクトモジュールを入力する追加オブジェクトモジュー
ル入力手段と、前記追加オブジェクトモジュールを含め
た前記複数のオブジェクトモジュールから1つのロード
モジュールを生成するロードモジュール生成手段から構
成されることを特徴とする未解決参照外部名発生時にお
けるリンク処理方式。
4. An object module input means for inputting an object module in a link processing method when an unresolved reference external name occurs in a link processing system for generating one load module from a plurality of input object modules, An external name definition reference resolution means for associating and resolving a referenced external name and a defined external name in the object module, and an unresolved determination as to whether or not there is an unresolved referenced external name left unresolved in the association. Reference occurrence determining means, library searching means for searching whether or not the defined external name that resolves the unresolved referenced external name exists in a library prepared in advance, and the result of the search by the library searching means is final. A final unresolved reference occurrence determination means for determining whether or not unresolved reference external names remain , List of unresolved references / unreferenced definitions that displays a list of unreferenced definition external names that are definition external names that were unreferenced with the final unresolved reference external name when the final unresolved reference external name remains Display means, additional search library name input means for inputting an additional library name for additional search, additional search library name stack table generating means for generating an internal table stacking the input additional library name, and the internal Additional library search means for searching the additional library with reference to a table, and additional object module input means for inputting an additional object module including the solution definition external name when the solution definition external name exists in the additional library And the plurality of object modules including the additional object module Linking scheme in unresolved external reference name when generating characterized in that they are composed of the load module generation means for generating et single load module.
JP14797093A 1993-06-18 1993-06-18 Link processing method when unresolved reference external name occurs Expired - Lifetime JP2503881B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14797093A JP2503881B2 (en) 1993-06-18 1993-06-18 Link processing method when unresolved reference external name occurs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14797093A JP2503881B2 (en) 1993-06-18 1993-06-18 Link processing method when unresolved reference external name occurs

Publications (2)

Publication Number Publication Date
JPH0713748A JPH0713748A (en) 1995-01-17
JP2503881B2 true JP2503881B2 (en) 1996-06-05

Family

ID=15442224

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14797093A Expired - Lifetime JP2503881B2 (en) 1993-06-18 1993-06-18 Link processing method when unresolved reference external name occurs

Country Status (1)

Country Link
JP (1) JP2503881B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA3017671C (en) 2011-05-31 2020-04-28 Carmel Pharma Ab A non-removable tamper resistant lid

Also Published As

Publication number Publication date
JPH0713748A (en) 1995-01-17

Similar Documents

Publication Publication Date Title
US8136031B2 (en) Comparing the content of tables containing merged or split cells
US7757025B2 (en) Programmable logic controller peripheral device and program creation method thereof
CA2252472A1 (en) A method of and an apparatus for displaying version information and configuration information and a computer-readable recording medium on which a version and configuration information display program is recorded
JP2006268299A (en) Software development support system
US20060173755A1 (en) Catalog management apparatus, catalog generation method and catalog retrieval method
JP2503881B2 (en) Link processing method when unresolved reference external name occurs
CN116702892A (en) Knowledge base generation method and device, electronic equipment and storage medium
US20070162259A1 (en) Method for converting a log of user manipulations of a computer program into task documentation
JP3225917B2 (en) Attribute information extraction setting device for communication system
JP2003223459A (en) Managing method for address information
JPH07239860A (en) Data managing device
JP2507650B2 (en) File I / O device
JP3107975B2 (en) System test specification generator
JP3149422B2 (en) Link processing method
JPH0566927A (en) Program controller
JP3671461B2 (en) Hierarchical chart processing device
JP2859501B2 (en) Construction design support system
JPH0659871A (en) Software development device
JP2000010839A (en) Method and device for data registering process and storage medium having stored data registering process program thereon
JP2009176076A (en) Apparatus and method for generating program, program, and program medium
JP2000207188A (en) Device and method for automatically generating program and recording medium thereof
JP2005251136A (en) Automatic data mapping device, automatic data mapping system and automatic data mapping program
JPH0713752A (en) Control method/device for program revision
JPH11338685A (en) Patch data generation system
JP2002207615A (en) Program testing operation support system

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19960206