diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2014-03-11 17:11:36 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-04-02 17:18:32 -0500 |
| commit | 0c8a1f50840d5533bee2d7c5858595b685e9a40e (patch) | |
| tree | 022c65bc5a6ac8e47fb202c9592ce3aa512e64bc /src/build/beam | |
| parent | 5f089a9dfd51c9318996a143f436e12b96d025c9 (diff) | |
| download | talos-hostboot-0c8a1f50840d5533bee2d7c5858595b685e9a40e.tar.gz talos-hostboot-0c8a1f50840d5533bee2d7c5858595b685e9a40e.zip | |
Fix BEAM IPA analysis and errors.
Change-Id: I5b70acbb67581728e077816b822ecbbf6cbe07f6
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9781
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/beam')
| -rw-r--r-- | src/build/beam/beam_parms.tcl | 4 | ||||
| -rw-r--r-- | src/build/beam/core/heapmgr.C | 23 | ||||
| -rw-r--r-- | src/build/beam/core/ptmgr.C | 24 | ||||
| -rw-r--r-- | src/build/beam/hwas/deconfigGard.C | 23 |
4 files changed, 4 insertions, 70 deletions
diff --git a/src/build/beam/beam_parms.tcl b/src/build/beam/beam_parms.tcl index b3f7a63da..7a4eccdad 100644 --- a/src/build/beam/beam_parms.tcl +++ b/src/build/beam/beam_parms.tcl @@ -28,6 +28,10 @@ source beam_min_parms.tcl set beam::max_time_per_kloc_in_sec "60" +# Allow empty functions to be considered 'stubs' and not report 'no effect' +# errors. +set beam::stub_function_contents "return_constant" + set allocateAnchored {allocator (anchored, return_index=return) } diff --git a/src/build/beam/core/heapmgr.C b/src/build/beam/core/heapmgr.C deleted file mode 100644 index 9a9cfb39f..000000000 --- a/src/build/beam/core/heapmgr.C +++ /dev/null @@ -1,23 +0,0 @@ -/* IBM_PROLOG_BEGIN_TAG */ -/* This is an automatically generated prolog. */ -/* */ -/* $Source: src/build/beam/core/heapmgr.C $ */ -/* */ -/* IBM CONFIDENTIAL */ -/* */ -/* COPYRIGHT International Business Machines Corp. 2014 */ -/* */ -/* p1 */ -/* */ -/* Object Code Only (OCO) source materials */ -/* Licensed Internal Code Source Materials */ -/* IBM HostBoot Licensed Internal Code */ -/* */ -/* The source code for this program is not published or otherwise */ -/* divested of its trade secrets, irrespective of what has been */ -/* deposited with the U.S. Copyright Office. */ -/* */ -/* Origin: 30 */ -/* */ -/* IBM_PROLOG_END_TAG */ ->>>MISTAKE1__coalesce_4286eea91505 diff --git a/src/build/beam/core/ptmgr.C b/src/build/beam/core/ptmgr.C deleted file mode 100644 index 96c9c64e9..000000000 --- a/src/build/beam/core/ptmgr.C +++ /dev/null @@ -1,24 +0,0 @@ -/* IBM_PROLOG_BEGIN_TAG */ -/* This is an automatically generated prolog. */ -/* */ -/* $Source: src/build/beam/core/ptmgr.C $ */ -/* */ -/* IBM CONFIDENTIAL */ -/* */ -/* COPYRIGHT International Business Machines Corp. 2014 */ -/* */ -/* p1 */ -/* */ -/* Object Code Only (OCO) source materials */ -/* Licensed Internal Code Source Materials */ -/* IBM HostBoot Licensed Internal Code */ -/* */ -/* The source code for this program is not published or otherwise */ -/* divested of its trade secrets, irrespective of what has been */ -/* deposited with the U.S. Copyright Office. */ -/* */ -/* Origin: 30 */ -/* */ -/* IBM_PROLOG_END_TAG */ ->>>MISTAKE1_getAccessType_902999ce1505 ->>>MISTAKE1_writePTE_70ad5a471505 diff --git a/src/build/beam/hwas/deconfigGard.C b/src/build/beam/hwas/deconfigGard.C deleted file mode 100644 index 3c040f762..000000000 --- a/src/build/beam/hwas/deconfigGard.C +++ /dev/null @@ -1,23 +0,0 @@ -/* IBM_PROLOG_BEGIN_TAG */ -/* This is an automatically generated prolog. */ -/* */ -/* $Source: src/build/beam/hwas/deconfigGard.C $ */ -/* */ -/* IBM CONFIDENTIAL */ -/* */ -/* COPYRIGHT International Business Machines Corp. 2011,2014 */ -/* */ -/* p1 */ -/* */ -/* Object Code Only (OCO) source materials */ -/* Licensed Internal Code Source Materials */ -/* IBM HostBoot Licensed Internal Code */ -/* */ -/* The source code for this program is not published or otherwise */ -/* divested of its trade secrets, irrespective of what has been */ -/* deposited with the U.S. Copyright Office. */ -/* */ -/* Origin: 30 */ -/* */ -/* IBM_PROLOG_END_TAG */ ->>>MISTAKE1__deconfigureTarget_80f954241505 |

